This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
ec096ac7cb
dotfiles
/
fish
/
functions
/
m.fish
7 lines
79 B
Fish
Raw
Normal View
History
Unescape
Escape
Fish configuration from benhoskings
2009-06-10 13:04:31 +10:00
function
m
More fish config
2009-06-12 22:19:53 +10:00
if
not
test
$argv
set
argv
.
end
Ignore stderr on `m` function in fish and rename fish function sshkey to be pubkey to be the same as bash and zsh
2010-06-27 01:11:24 +10:00
mate
-l1
$argv
^
/dev/null
Fish configuration from benhoskings
2009-06-10 13:04:31 +10:00
end