Skip to content

Commit

Permalink
Add fish mutt function
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Mar 27, 2013
1 parent 0fcadae commit 702322d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/fish/config.fish
Expand Up @@ -39,6 +39,7 @@ function rkt ; racket -il xrepl $argv ; end
function tmux ; command tmux -2 $argv ; end
function view ; vim -p -R $argv ; end
function vp ; vim -p $argv ; end
function mutt ; command bash --login -c 'cd ~/Desktop; /usr/local/bin/mutt' $argv; end

function make_completion --argument-names alias command
echo "
Expand Down

0 comments on commit 702322d

Please sign in to comment.