aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync-code2
l---------sync-irssi1
2 files changed, 3 insertions, 0 deletions
diff --git a/sync-code b/sync-code
index 1211ebd..24b39f2 100755
--- a/sync-code
+++ b/sync-code
@@ -11,6 +11,8 @@ if [ ! -z "$DEST" ]; then
if [ "$BASENAME" == "sync-code" ]; then
profile="$DEST-code"
+ elif [ "$BASENAME" == "sync-irssi" ]; then
+ profile="$DEST-code"
else
profile="$DEST-home"
fi
diff --git a/sync-irssi b/sync-irssi
new file mode 120000
index 0000000..e737e41
--- /dev/null
+++ b/sync-irssi
@@ -0,0 +1 @@
+sync-code \ No newline at end of file