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