feat: zshconf alias, quality of life improvements

This commit is contained in:
angeD 2022-02-10 13:29:16 +01:00
parent 5d5b1bd3fb
commit 26e0830cc3

3
.zshrc
View File

@ -100,8 +100,9 @@ source $ZSH/oh-my-zsh.sh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
alias pls="sudo "
alias cls="clear && ls -lh"
alias cls="clear && ll"
alias -g G="|grep -i"
alias config="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
alias wconfig="$EDITOR $HOME/.config/awesome"
alias xcopy="xclip -selection clipboard"
alias zshconf="$EDITOR $HOME/.zshrc && source $HOME/.zshrc"