mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
A lot of improvements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user