1.6.0 Add zsh

This commit is contained in:
2021-04-12 07:46:33 +00:00
parent c58ec27adb
commit 783f611138
4 changed files with 21 additions and 17 deletions

View File

@@ -71,4 +71,6 @@ alias reload="exec $SHELL -l"
alias p="ping 1.1.1.1"
# Print each PATH entry on a separate line
alias path='echo -e ${PATH//:/\\n}'
alias path='echo -e ${PATH//:/\\n}'
alias cantbebothered='git add -a && git commit -m $(curl -s http://whatthecommit.com/index.txt | uwuify | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) | lolcat ) && git push'