mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
zshrc & bashrc: add scat alias.
This commit is contained in:
parent
ea7b3ebc58
commit
05746cb542
3
bashrc
3
bashrc
@ -308,6 +308,9 @@ alias gpg=gpg2
|
||||
# For userspecific installation of mosh on remote server.
|
||||
alias lmosh="mosh --server=~/.local/bin/mosh-server "
|
||||
|
||||
# Secure cat
|
||||
alias scat="gpg --decrypt "
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
Reference in New Issue
Block a user