Comment on named directories

master
Jacopo De Simoi 3 years ago
parent 2b77180a48
commit 9dad4fb594
  1. 14
      zshrc.org

@ -480,12 +480,14 @@ technique
alias -g C='| xclip' alias -g C='| xclip'
#+end_src #+end_src
*** Named directories :daily: *** Named directories :daily:
#+begin_src sh Add frequently accessed directories to the hash for quicker
hash -d Papers="/home/jacopods/work/Papers" reference
hash -d Books="/home/jacopods/work/Books" #+begin_src sh
hash -d kde="/scratch/kde/src" hash -d papers="/home/jacopods/work/papers"
hash -d kde5="/scratch/kde/src5" hash -d books="/home/jacopods/work/books"
#+end_src hash -d kde="/scratch/kde/src"
hash -d kde5="/scratch/kde/src5"
#+end_src
*** Un-colemak bindings :daily: *** Un-colemak bindings :daily:
Mitigate muscle memory typos by changing the bindings for the Mitigate muscle memory typos by changing the bindings for the
keys ~t~ and ~f~ in colemak keys ~t~ and ~f~ in colemak

Loading…
Cancel
Save