]> git.armaanb.net Git - config.org.git/blobdiff - config.org
zsh: change default ls behavior to -l
[config.org.git] / config.org
index 4fa5adc4af7639c66f3d84fdf0581260286635ba..0148a0a895fb1bd69bf4e1077d7993521984f913 100644 (file)
@@ -838,16 +838,12 @@ No more clogging up init.el.
   program[emacs] = emacsclient -c
   program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)"
   program[firefox] = firefox
-  program[thunderbird] = thunderbird
-  program[slack] = slack
 
   bind[aerc] = MOD+Control+1
   # bind[weechat] = MOD+Control+2
   bind[catgirl] = MOD+Control+2
   bind[emacs-anywhere] = MOD+Control+3
   bind[firefox] = MOD+Control+4
-  bind[thunderbird] = MOD+Control+5
-  bind[slack] = MOD+Control+6
   bind[emacs] = MOD+Control+Return
 #+end_src
 ** Zsh
@@ -974,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
@@ -984,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
   }
@@ -1050,6 +1046,7 @@ If no command given, =ls=, if in a Git repo, =git status= as well.
   alias mv='mv -iv'
   alias ln='ln -iv'
   alias grep='grep -in --exclude-dir=.git --color=auto'
+  alias fname='find -name'
   alias mkdir='mkdir -pv'
   alias unar='atool -x'
   alias wget='wget -e robots=off'
@@ -1182,7 +1179,7 @@ If no command given, =ls=, if in a Git repo, =git status= as well.
   export LC_CTYPE="en_US.UTF-8"
   export LANGUAGE="en_US.UTF-8"
 
-  export KISS_PATH="/home/armaa/kiss/home/armaa/kiss-repo"
+  export KISS_PATH="/home/armaa/Virtual/kiss/home/armaa/kiss-repo"
   export KISS_PATH="$KISS_PATH:/home/armaa/Clone/repo-main/core"
   export KISS_PATH="$KISS_PATH:/home/armaa/Clone/repo-main/extra"
   export KISS_PATH="$KISS_PATH:/home/armaa/Clone/repo-main/xorg"