mirror of https://gitlab.com/meliurwen/dotfiles
Added mutt and neomutt aliases for themes compatibility, moved history alias into .zshrc because zsh exclusive parameters
parent
1d9faf3971
commit
7d0b404823
@ -1,7 +1,10 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
alias upgrade='sudo apt-get update && \ |
alias upgrade='sudo apt-get update && \ |
||||||
sudo apt upgrade && \ |
sudo apt upgrade && \ |
||||||
sudo apt-get autoremove --purge && \ |
sudo apt-get autoremove --purge && \ |
||||||
sudo apt-get clean' # System clean upgrade |
sudo apt-get clean' # System clean upgrade |
||||||
alias history='history 1' # Print whole history |
|
||||||
alias diff='diff --color' |
alias diff='diff --color' |
||||||
alias ls='ls --color=tty' |
alias ls='ls --color=tty' |
||||||
|
alias mutt='TERM=${TERM}-256color mutt' |
||||||
|
alias neomutt='TERM=${TERM}-256color neomutt' |
||||||
|
Loading…
Reference in new issue