no more more and less less
This commit is contained in:
parent
8a0dcd5d70
commit
865dfdc6f4
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -44,6 +44,10 @@ chmod 0700 "$XDG_RUNTIME_DIR"
|
||||||
# Color ls
|
# Color ls
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
|
|
||||||
|
# No need for less history and more
|
||||||
|
alias less="LESSHISTFILE=- less"
|
||||||
|
alias more="less"
|
||||||
|
|
||||||
# Local scripts
|
# Local scripts
|
||||||
export PATH="$HOME/.local/bin":"$PATH"
|
export PATH="$HOME/.local/bin":"$PATH"
|
||||||
export PATH="$HOME/.cabal/bin":"$PATH"
|
export PATH="$HOME/.cabal/bin":"$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue