Add some more aliases
This commit is contained in:
parent
a5ed29fa99
commit
83358d1f5c
1 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue