From 69e6b87329971e905cddfc32cedd7163b503c1f0 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 26 Jun 2021 15:00:12 +0530 Subject: Turned on smartBorders in XMonad --- .config/zsh/.zshenv | 1 + .config/zsh/.zshrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') 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' -- cgit v1.2.3