remove: hostname command dependency
add: history-grep alias fix: supress arch-updates output when no updates
This commit is contained in:
parent
2357860ff6
commit
43c34ce130
4 changed files with 9 additions and 3 deletions
.config
|
@ -17,6 +17,8 @@ alias git-update-submodules='
|
|||
alias gpg2-decrypt='function _gpg2-decrypt(){ gpg2 --output ${1%".gpg"} --decrypt $1; }; _gpg2-decrypt'
|
||||
alias gpg2-encrypt='function _gpg2-encrypt(){ gpg2 --output $1.gpg --encrypt $1; }; _gpg2-encrypt'
|
||||
|
||||
alias hist-grep='history 1 | grep '
|
||||
|
||||
alias ls='ls -Flh --color=never'
|
||||
|
||||
alias lsblk='lsblk -o +PARTLABEL -o +FSTYPE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue