fix: refactor naming
This commit is contained in:
parent
870eed0b2a
commit
f2c7dee45d
6 changed files with 9 additions and 6 deletions
.config
|
@ -18,7 +18,7 @@ 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 hist-grep='history 0 | grep '
|
||||
|
||||
alias ls='ls -Flh --color=never'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue