From b965944584c22e61aa6685155fef9ee5a4325a11 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 9 Oct 2020 20:30:40 +0200 Subject: [PATCH] Moving from `pure zsh` to `powerlevel10k` --- .gitmodules | 3 +++ aliasrc | 2 ++ powerlevel10k | 1 + 3 files changed, 6 insertions(+) create mode 160000 powerlevel10k diff --git a/.gitmodules b/.gitmodules index fefad53..199a376 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "zsh-syntax-highlighting"] path = zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "powerlevel10k"] + path = powerlevel10k + url = https://github.com/romkatv/powerlevel10k.git diff --git a/aliasrc b/aliasrc index 6de9a3e..334d2ea 100644 --- a/aliasrc +++ b/aliasrc @@ -90,3 +90,5 @@ alias unexport='unset' alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' + +alias wallpaper=/home/jirka/.local/bin/wallpaper diff --git a/powerlevel10k b/powerlevel10k new file mode 160000 index 0000000..f2bf019 --- /dev/null +++ b/powerlevel10k @@ -0,0 +1 @@ +Subproject commit f2bf0197581abb8bde529e6b492710948549ba7f