X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=0148a0a895fb1bd69bf4e1077d7993521984f913;hb=d765f94981085df14b68d1bbe666e3163832a3e4;hp=d0f910591ed6d7864ccf78481cc737a10a629ad1;hpb=b6ffe4671790458d65945916458fc3057669bb9b;p=config.org.git diff --git a/config.org b/config.org index d0f9105..0148a0a 100644 --- a/config.org +++ b/config.org @@ -970,7 +970,7 @@ I manage plugins using my own plugin manager, ZPE. https://git.sr.ht/~armaan/zpe #+begin_src shell :tangle ~/.config/zsh/zshrc chpwd() { emulate -L zsh - exa -h --icons --git --group-directories-first + exa -lh --icons --git --group-directories-first } #+end_src **** Change default enter behavior @@ -980,7 +980,7 @@ If no command given, =ls=, if in a Git repo, =git status= as well. zle accept-line if [ ${#${(z)BUFFER}} -eq 0 ]; then echo - exa -h --icons --git --group-directories-first + exa -lh --icons --git --group-directories-first [ -d ".git" ] && git status fi }