diff --git a/config.fish b/config.fish new file mode 100644 index 0000000..454b5cf --- /dev/null +++ b/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