update to zshrc
This commit is contained in:
parent
ff6d0206e3
commit
7ad0f6ccde
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -25,6 +25,7 @@ export GOPATH="$HOME/.gobrew/gopath"
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
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'
|
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Source #
|
# Source #
|
||||||
##################
|
##################
|
||||||
|
@ -40,8 +41,9 @@ alias ll="ls -al"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias update="sudo apt update && sudo apt upgrade -y && flatpak update -y"
|
alias update="sudo apt update && sudo apt upgrade -y && flatpak update -y"
|
||||||
alias alacritty="env -u WAYLAND_DISPLAY alacritty"
|
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 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 #
|
# Start Scripts #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue