This commit is contained in:
JMARyA 2022-05-19 01:28:07 +02:00
parent 9765a9e04a
commit 828bb9cf84
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

4
zshrc
View file

@ -46,4 +46,6 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
for f in $HOME/.zsh/* for f in $HOME/.zsh/*
do do
source "$f" source "$f"
done done
alias zshrefresh="source ~/.zshrc"