From 8c3c408f16bf3afc9ffd498250f17361458c48a0 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 17 Apr 2014 23:35:07 +0400 Subject: [PATCH] edited zshrc_server --- zshrc_server | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zshrc_server b/zshrc_server index 63b35f7..b78cd9a 100644 --- a/zshrc_server +++ b/zshrc_server @@ -285,6 +285,19 @@ alias -g t="| tail" alias -g h="| head" alias -g dn="&> /dev/null &" +# server dirs +hash -d music=/home/arcanis/music +hash -d fmusic=/mnt/ftp/music +hash -d repo=/home/arcanis/repo +hash -d frepo=/mnt/ftp/repo +hash -d x86=/home/arcanis/repo/i686 +hash -d fx86=/mnt/ftp/repo/i686 +hash -d x64=/home/arcanis/repo/x86_64 +hash -d fx64=/mnt/ftp/repo/x86_64 +hash -d share=/home/arcanis/share +hash -d fshare=/mnt/ftp/share +hash -d pub=/home/arcanis/public +hash -d fpub=/mnt/ftp/public # to run command ignoring aliases hash -d b=/usr/bin