Misc fish shell function improvements

pull/2/head
Bodaniel Jeanes 2009-07-05 01:27:18 +10:00
parent 88e415ba5f
commit 236a3492a8
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,5 @@
function gca
gc -a
gc -a $argv
end

View File

@ -1,4 +1,5 @@
function log
tail -f n0 log/*.log
tail -fn0 log/*.log
end

View File

@ -2,6 +2,7 @@ function m
if not test $argv
set argv .
end
mate $argv
mate -l 1 $argv
end

View File

@ -1,4 +1,5 @@
function migrate
rake db:migrate $argv
rake db:migrate db:test:clone $argv
end