From ef4a07487662b7ac8b6070f1f61255adbf26005e Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 26 Jan 2017 20:29:34 +0100 Subject: [PATCH 1/3] changed mountpoints --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 8152227..f859e5b 100644 --- a/zshrc +++ b/zshrc @@ -101,7 +101,7 @@ if [[ $HOST =~ atlantis* ]]; then fi ## Pathing ## -CIP_MOUNTPOINT="$HOME/moutpoints/cip" +CIP_MOUNTPOINT="$HOME/moutpoints/cip_root" FS_PREFIX="" CIPTMP="/proj/ciptmp/$USER" if [[ $HOST =~ atlantis* ]]; then From 7af10b9c2b7f91bfc3c65e2fd7fef64fc68edec3 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 8 Feb 2017 12:07:24 +0100 Subject: [PATCH 2/3] added cd shortcuts for sshfsmounted ciphome/ciptmp --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index f859e5b..bf98b8f 100644 --- a/zshrc +++ b/zshrc @@ -143,6 +143,11 @@ if [[ $HOST =~ faui* ]]; then alias reps="cd /proj/ciptmp/ik15ydit/reps/" alias rudipub='cd /home/cip/2010/he29heri/pub/' fi +## MOUNTABLE CIP-SHORTCUTS ## +if [[ $HOST =~ atlantis* ]]; then + alias ciptmp="cd ~/mountpoints/cip_root/proj/ciptmp/ik15ydit/" + alias ciphome="cd ~/mountpoints/cip_root/home/cip/2013/ik15ydit/" +fi ## DIPLAY CONTROL ## if [[ $HOST =~ atlantis* ]]; then From cad91c37b425f4c909e9c13af81d5ac1243b30bc Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 9 Feb 2017 20:04:14 +0100 Subject: [PATCH 3/3] typo in path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index bf98b8f..0eb7cd5 100644 --- a/zshrc +++ b/zshrc @@ -101,7 +101,7 @@ if [[ $HOST =~ atlantis* ]]; then fi ## Pathing ## -CIP_MOUNTPOINT="$HOME/moutpoints/cip_root" +CIP_MOUNTPOINT="$HOME/mountpoints/cip_root" FS_PREFIX="" CIPTMP="/proj/ciptmp/$USER" if [[ $HOST =~ atlantis* ]]; then