Skip to content

Commit

Permalink
Add fish config file
Browse files Browse the repository at this point in the history
  • Loading branch information
voidcontext committed Mar 27, 2014
1 parent c1e108f commit d4ff5ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config.fish
@@ -0,0 +1,13 @@
set PATH /home/pgee/bin $PATH
set PAGER less
set EDITOR /usr/bin/vim

function hg
if [ $argv[1] = stat ]
/usr/bin/hg status (hg root) $argv
else
/usr/bin/hg $argv
end
end

umask 0022

0 comments on commit d4ff5ea

Please sign in to comment.