zshrc & bashrc: add scat alias.

This commit is contained in:
Mika Suomalainen 2012-05-19 12:58:51 +03:00
parent ea7b3ebc58
commit 05746cb542
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -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

3
zshrc
View File

@ -257,6 +257,9 @@ alias lmosh="mosh --server=~/.local/bin/mosh-server "
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# Secure cat
alias scat="gpg --decrypt "
# .aliases
if [ -f ~/.aliases ]; then
source ~/.aliases