]> git.mjollnir.org Git - dotfiles/zsh.git/commitdiff
Fix some aliases
authorPenny Leach <penny@mjollnir.org>
Mon, 29 Mar 2010 13:46:01 +0000 (15:46 +0200)
committerPenny Leach <penny@mjollnir.org>
Mon, 29 Mar 2010 13:46:01 +0000 (15:46 +0200)
.zsh.d/S05_aliases

index 5af22b66109b4f355b2a3c84c510f3e473bb3825..c52636bc7f0d36fa0c04bb50ade753ae66759366 100644 (file)
@@ -7,7 +7,7 @@ alias ca='cil add --mine'
 alias cl='cil summary --is-open --mine'
 
 # overwrite cal
-alias cal='cal -m -3'
+alias cal='cal -3'
 
 # useful for git show branch:file | phpview
 alias phpview="view -c 'set filetype=php' -"
@@ -38,7 +38,7 @@ 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 helm='sshfs 192.168.0.1:/store /media/helena'
 alias helum='fusermount -u /media/helena'
 
 # lazy penny