update to zshrc
This commit is contained in:
parent
7ad0f6ccde
commit
7c836bb3e0
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -44,6 +44,7 @@ alias alacritty="env -u WAYLAND_DISPLAY alacritty"
|
|||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME/'
|
||||
alias config-fix='mkdir -p .config-backup && config checkout 2>&1 | egrep "\s+\." | awk {"print $1"} | xargs -I{} mv {} .config-backup/{}'
|
||||
alias clr="clear"
|
||||
alias cat="batcat"
|
||||
|
||||
###################
|
||||
# Start Scripts #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue