aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-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