mirror of
https://github.com/FAUSheppy/config
synced 2026-01-21 23:57:37 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config
This commit is contained in:
7
zshrc
7
zshrc
@@ -101,7 +101,7 @@ if [[ $HOST =~ atlantis* ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## Pathing ##
|
## Pathing ##
|
||||||
CIP_MOUNTPOINT="$HOME/moutpoints/cip"
|
CIP_MOUNTPOINT="$HOME/mountpoints/cip_root"
|
||||||
FS_PREFIX=""
|
FS_PREFIX=""
|
||||||
CIPTMP="/proj/ciptmp/$USER"
|
CIPTMP="/proj/ciptmp/$USER"
|
||||||
if [[ $HOST =~ atlantis* ]]; then
|
if [[ $HOST =~ atlantis* ]]; then
|
||||||
@@ -143,6 +143,11 @@ if [[ $HOST =~ faui* ]]; then
|
|||||||
alias reps="cd /proj/ciptmp/ik15ydit/reps/"
|
alias reps="cd /proj/ciptmp/ik15ydit/reps/"
|
||||||
alias rudipub='cd /home/cip/2010/he29heri/pub/'
|
alias rudipub='cd /home/cip/2010/he29heri/pub/'
|
||||||
fi
|
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 ##
|
## DIPLAY CONTROL ##
|
||||||
if [[ $HOST =~ atlantis* ]]; then
|
if [[ $HOST =~ atlantis* ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user