update to zshrc

This commit is contained in:
ZennDev1337 2024-08-05 07:09:43 +02:00
parent ff6d0206e3
commit 7ad0f6ccde

4
.zshrc
View file

@ -25,6 +25,7 @@ export GOPATH="$HOME/.gobrew/gopath"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
##################
# Source #
##################
@ -40,8 +41,9 @@ alias ll="ls -al"
alias vim="nvim"
alias update="sudo apt update && sudo apt upgrade -y && flatpak update -y"
alias alacritty="env -u WAYLAND_DISPLAY alacritty"
alias config='/usr/bin/git --git-dir=/home/zenn/.cfg/ --work-tree=/home/zenn'
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"
###################
# Start Scripts #