Moving from pure zsh
to powerlevel10k
This commit is contained in:
parent
b622391111
commit
b965944584
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -7,3 +7,6 @@
|
|||||||
[submodule "zsh-syntax-highlighting"]
|
[submodule "zsh-syntax-highlighting"]
|
||||||
path = zsh-syntax-highlighting
|
path = zsh-syntax-highlighting
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
[submodule "powerlevel10k"]
|
||||||
|
path = powerlevel10k
|
||||||
|
url = https://github.com/romkatv/powerlevel10k.git
|
||||||
|
2
aliasrc
2
aliasrc
@ -90,3 +90,5 @@ alias unexport='unset'
|
|||||||
alias rm='rm -i'
|
alias rm='rm -i'
|
||||||
alias cp='cp -i'
|
alias cp='cp -i'
|
||||||
alias mv='mv -i'
|
alias mv='mv -i'
|
||||||
|
|
||||||
|
alias wallpaper=/home/jirka/.local/bin/wallpaper
|
||||||
|
1
powerlevel10k
Submodule
1
powerlevel10k
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f2bf0197581abb8bde529e6b492710948549ba7f
|
Reference in New Issue
Block a user