zshrc: move lost comment to correct place

This commit is contained in:
Aminda Suomalainen 2015-07-22 15:42:57 +03:00
parent 0ed6eeab93
commit 4ef91d2ba4
1 changed files with 2 additions and 2 deletions

View File

@ -342,8 +342,6 @@ alias gpg-fix-tty='export GPG_TTY=$(tty)'
alias lmosh="mosh --server=~/.local/bin/mosh-server "
alias lmosha="mosh --server=~/.local/bin/mosh-server-alt "
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# Secure cat
alias scat="gpg --decrypt "
@ -569,6 +567,8 @@ alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --de
# apt build depedencies (without installing)
alias apt-builddep="apt-rdepends --build-depends --follow=DEPENDS"
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases
if [ -f ~/.aliases ]; then
source ~/.aliases