add: git-fire
This commit is contained in:
parent
9e230a4923
commit
557acfdfa9
3 changed files with 107 additions and 13 deletions
|
@ -18,10 +18,6 @@ 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 l='ls -CF'
|
||||
alias la='ls -a'
|
||||
alias lf='ls -I "__pycache__"'
|
||||
alias ll='ls -lh'
|
||||
alias ls='ls -Flh --color=never'
|
||||
|
||||
alias lsblk='lsblk -o +PARTLABEL -o +FSTYPE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue