diff --git a/.zshrc b/.zshrc index f1ae207..925381e 100644 --- a/.zshrc +++ b/.zshrc @@ -70,8 +70,6 @@ export HISTFILE=~/.zsh_history export HISTSIZE=1000000 export SAVEHIST=1000000 - - #---------------------------------- Prompt ------------------------------------ # Based on agnoster's Theme - https://gist.github.com/3712874 @@ -351,6 +349,10 @@ zle -N up-line-or-local-history bindkey "\e[A" up-line-or-local-history bindkey "\e[B" down-line-or-local-history +#---------------------------------- Aliases ---------------------------------- + +alias su="sudo -u root -i" + #---------------------------------- Miscellaneous ---------------------------- setopt autocd