aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-06-17 21:20:55 -0700
committerGravatar Tom Willemse2020-06-17 21:20:55 -0700
commit83358d1f5cace677bc0ef9e3834261f3999c94ff (patch)
tree7871b8298d833eddfd3c53828ed4ba9713660467 /zsh
parenta5ed29fa9989bb5c3e4228f8c37be771f41f1a7f (diff)
downloadnew-dotfiles-83358d1f5cace677bc0ef9e3834261f3999c94ff.tar.gz
new-dotfiles-83358d1f5cace677bc0ef9e3834261f3999c94ff.zip
Add some more aliases
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index 141b780..47011cd 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -40,6 +40,19 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
alias scrot="/usr/bin/scrot -e 'mv \$f ~/pictures/screenshots/'"
#+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
Store ZSH history in a non-intrusive place.