theniceboy/fish/functions/ipy.fish
2019-08-28 15:10:45 +08:00

4 lines
92 B
Fish

# Defined in - @ line 1
function ipy --description 'alias ipy ipython'
ipython $argv;
end