A lot of improvements

This commit is contained in:
2021-11-24 18:04:46 +01:00
parent a93e6168ff
commit 231a6db588
12 changed files with 152 additions and 39 deletions

View File

@@ -70,7 +70,10 @@ alias map="xargs -n1"
# Reload the shell (i.e. invoke as a login shell)
alias reload="exec $SHELL -l"
alias p="ping 1.1.1.1" #See if connection works
alias pp="prettyping 1.1.1.1"
alias path='echo -e ${PATH//:/\\n}' #Print each PATH entry on a separate line
alias mkdir='mkdir -pv' #Intuitive mkdir
# get top process eating memory

View File

@@ -157,7 +157,7 @@ setopt interactivecomments
zplug "MichaelAquilina/zsh-you-should-use"
zplug "redxtech/zsh-asdf-direnv", defer:2
#zplug "redxtech/zsh-asdf-direnv", defer:2
#zplug "raisty/alt-and-select"
zplug "plugins/emoji", from:oh-my-zsh
zplug "plugins/virtualenv", from:oh-my-zsh