]> git.mjollnir.org Git - dotfiles/zsh.git/commitdiff
new aliases
authorPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:30:41 +0000 (11:30 +1300)
committerPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:30:41 +0000 (11:30 +1300)
.zsh.d/S05_aliases

index 3911fc558c8d34f931fc6a48387582c089d76afa..5af22b66109b4f355b2a3c84c510f3e473bb3825 100644 (file)
@@ -25,4 +25,31 @@ alias s='screen -dr irc'
 # fix that stupid java annoying bug
 alias fixjava='wmname LG3D'
 
+# aliases to mount and umount the e65
+alias e65m='obexfs -b00:17:E5:15:03:E0 -B11 /media/e65/'
+alias e65um='fusermount -u /media/e65'
+
+# aliases to mount and unmount the hero
+alias herom='pmount /dev/disk/by-id/usb-HTC_Android_Phone_HT97JL900179-0:0-part1 /media/hero'
+alias heroum='pumount /media/hero'
+
+# aliases to mount & unmount tunes
+alias tunesm='sshfs tunes.madduck.net:/tunes/artists /media/tunes'
+alias tunesum='fusermount -u /media/tunes'
+
+# aliases to mount & umount helena
+alias helm='sshfs helena:/store /media/helena'
+alias helum='fusermount -u /media/helena'
+
+# lazy penny
+alias xn='xmms2 next'
+alias xp='xmms2 toggleplay'
+
+# why would they do this?!
+alias balsamiq="/usr/local/share/Balsamiq\ Mockups/bin/Balsamiq\ Mockups"
+
+# alias to run chbg with a workaround
+alias fixbg="XLIB_SKIP_ARGB_VISUALS=1 chbg -mode maximize /home/penny/images/desktops/swirls.jpg"
+
+
 # vim:ft=zsh