nix-config/.config/fish/functions/st.fish

4 lines
34 B
Fish
Raw Normal View History

2016-06-14 10:12:19 +01:00
function st
subl . & $argv;
end