dotfiles/fish/functions/sc.fish

5 lines
71 B
Fish
Raw Normal View History

function sc --description 'Run the Rails console'
script/console
end