diff options
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshenv | 1 | ||||
-rw-r--r-- | .config/zsh/.zshrc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 079ca60..cbef2b2 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -18,3 +18,4 @@ export GOPATH="/home/zt/.gopath" export QT_QPA_PLATFORMTHEME=gtk2 export ZDOTDIR="$HOME/.config/zsh" +. "$HOME/.cargo/env" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5784239..a83ec00 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -38,7 +38,6 @@ alias lsa='exa -al' alias nf='neofetch' alias adbc='adb connect 10.0.0.51:5555' alias x='chmod +x' -alias cat='bat' alias rf='rm -rf' # git alias gs='git status' |