summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-27 14:19:09 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-27 14:19:09 +0200
commitf0dd78002892ace7c61521c6ceeb6660d391ca70 (patch)
treedb17be4927e4359cd1a5760a76c11c6182429a78 /config/essentials/zsh
parentf32fc8b9eb8303d1ca2e1cc17773bc44d38fff3d (diff)
parentf073720476b2bc19346049e4f2c774469289410f (diff)
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r--config/essentials/zsh/.gitignore3
-rw-r--r--config/essentials/zsh/.zshrc2
2 files changed, 3 insertions, 2 deletions
diff --git a/config/essentials/zsh/.gitignore b/config/essentials/zsh/.gitignore
index b717a37..a13c79f 100644
--- a/config/essentials/zsh/.gitignore
+++ b/config/essentials/zsh/.gitignore
@@ -1,2 +1,3 @@
histfile
-zcompcache \ No newline at end of file
+zcompcache
+.zcompdump
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index e2704e9..6e28602 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -115,7 +115,7 @@ add-zsh-hook -Uz preexec () { print -n "\e]0;$1\a\033[0m"; }
add-zsh-hook -Uz precmd set_wt (){ print -Pn "\e]0;%n@%m on %~\a"; }
## automatic ls after cd
-add-zsh-hook -Uz chpwd (){ [ "$PWD" = "$HOME" ] || ls -a; }
+add-zsh-hook -Uz chpwd (){ [ "$PWD" = "$HOME" ] || ls -A; }
### Variables
## Run menuscripts with fzf