aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-26 15:00:12 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-26 15:00:12 +0530
commit69e6b87329971e905cddfc32cedd7163b503c1f0 (patch)
treee76a9d2d13334b92f43150d41279a0d0cf4d9815 /.config/zsh
parent97e1372543cbb9475686c2ccfee576d9398d0986 (diff)
Turned on smartBorders in XMonad
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshenv1
-rw-r--r--.config/zsh/.zshrc1
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'