aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2018-11-28 20:21:32 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2018-11-28 20:21:32 -0700
commit4263d775580e6e2bf3122eb6c24d601fb34a2354 (patch)
tree48e9d3bc848861ebbc95bb3e80c62cac4a99df48 /.zshrc-linux-desktop
parenta61d45f4244866e12ded168fc8e224c3685a4a36 (diff)
downloaddotfiles-4263d775580e6e2bf3122eb6c24d601fb34a2354.tar.gz
migrate home site domain
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r--.zshrc-linux-desktop8
1 files changed, 4 insertions, 4 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index 6acd533..dc6c78f 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -1,9 +1,9 @@
################### ALIASES ##################
-alias ssh-socks='ssh -C2qTnN -F /dev/null -D 9853 shmibbles.me'
+alias ssh-socks='ssh -C2qTnN -F /dev/null -D 9853 airen-no-jikken.icu'
if [[ "$(whence sshfs)" != "" ]] then
- alias smounth='mkdir -p ~/shmibbles.me; sshfs shmibbles.me: ~/shmibbles.me'
- alias smountw='mkdir -p ~/shmibbles.me; sshfs shmibbles.me:/usr/local/www/apache24/data/ ~/shmibbles.me'
- alias sumount='fusermount -u ~/shmibbles.me; rmdir ~/shmibbles.me'
+ alias smounth='mkdir -p ~/airen-no-jikken.icu; sshfs airen-no-jikken.icu: ~/airen-no-jikken.icu'
+ alias smountw='mkdir -p ~/airen-no-jikken.icu; sshfs airen-no-jikken.icu:/usr/local/www/apache24/data/ ~/airen-no-jikken.icu'
+ alias sumount='fusermount -u ~/airen-no-jikken.icu; rmdir ~/airen-no-jikken.icu'
fi