From c7bfea760d13bf0f151fc15b72bdde0da61fc4a3 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 18 Apr 2014 01:27:50 +0400 Subject: [PATCH] edited zshrcwith moved ftp to srv --- zshrc_server | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zshrc_server b/zshrc_server index b78cd9a..6984c44 100644 --- a/zshrc_server +++ b/zshrc_server @@ -287,17 +287,17 @@ alias -g dn="&> /dev/null &" # server dirs hash -d music=/home/arcanis/music -hash -d fmusic=/mnt/ftp/music +hash -d fmusic=/srv/ftp/music hash -d repo=/home/arcanis/repo -hash -d frepo=/mnt/ftp/repo +hash -d frepo=/srv/ftp/repo hash -d x86=/home/arcanis/repo/i686 -hash -d fx86=/mnt/ftp/repo/i686 +hash -d fx86=/srv/ftp/repo/i686 hash -d x64=/home/arcanis/repo/x86_64 -hash -d fx64=/mnt/ftp/repo/x86_64 +hash -d fx64=/srv/ftp/repo/x86_64 hash -d share=/home/arcanis/share -hash -d fshare=/mnt/ftp/share +hash -d fshare=/srv/ftp/share hash -d pub=/home/arcanis/public -hash -d fpub=/mnt/ftp/public +hash -d fpub=/srv/ftp/public # to run command ignoring aliases hash -d b=/usr/bin