Add some more aliases

This commit is contained in:
Tom Willemse 2020-06-17 21:20:55 -07:00
parent a5ed29fa99
commit 83358d1f5c

View file

@ -40,6 +40,19 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
alias scrot="/usr/bin/scrot -e 'mv \$f ~/pictures/screenshots/'" alias scrot="/usr/bin/scrot -e 'mv \$f ~/pictures/screenshots/'"
#+end_src #+end_src
Show colors and an indicator of what type each file is when using ~ls~, like
directory, pipe, link, etc.
#+begin_src sh
alias ls="ls --classify --color=always"
#+end_src
Always show color in pacman output.
#+begin_src sh
alias pacman="pacman --color=always"
#+end_src
* History * History
Store ZSH history in a non-intrusive place. Store ZSH history in a non-intrusive place.