diff options
Diffstat (limited to 'bashrc/node/laptop')
-rw-r--r-- | bashrc/node/laptop/alias.sh | 1 | ||||
-rw-r--r-- | bashrc/node/laptop/set-bell.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bashrc/node/laptop/alias.sh b/bashrc/node/laptop/alias.sh new file mode 100644 index 0000000..d152eb1 --- /dev/null +++ b/bashrc/node/laptop/alias.sh @@ -0,0 +1 @@ +alias deluge-ssh='ssh -NL 58846:s100:58846 alxhome' diff --git a/bashrc/node/laptop/set-bell.sh b/bashrc/node/laptop/set-bell.sh new file mode 100644 index 0000000..0af003b --- /dev/null +++ b/bashrc/node/laptop/set-bell.sh @@ -0,0 +1,2 @@ +setterm -blength 1 +setterm -bfreq 50 |