aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-01 16:36:22 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-01 16:36:22 +0530
commit96c6e3ffc0f2e34f7fb267ae298b489af9556c8e (patch)
tree19dd0327be26619c311e729639ee26286e9c5452 /.config/zsh
parent0d5cb63774edb87245f204bf7f180f090edfdcd3 (diff)
removed shadow from alacritty
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 47e3a06..d3eb255 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -35,7 +35,7 @@ alias rm='rm -i'
alias ls='exa -l'
alias la='exa -a'
alias lsa='exa -al'
-alias nf='neofetch'
+# alias nf='neofetch'
alias adbc='adb connect 10.0.0.51:5555'
alias x='chmod +x'
alias rf='rm -rf'
@@ -74,7 +74,7 @@ srecord() {
ffmpeg -f x11grab -s 1366x768 -i :0.0 $@
}
-neofetch
+# neofetch
exa
eval "$(starship init zsh)"
# syntax highlighting, needs to be at the end