diff --git a/.config/fish/functions/gl.fish b/.config/fish/functions/gl.fish new file mode 100644 index 00000000..5922196c --- /dev/null +++ b/.config/fish/functions/gl.fish @@ -0,0 +1,3 @@ +function gl + git log --online --graph --decorate --all $argv; +end diff --git a/.config/fish/functions/st.fish b/.config/fish/functions/st.fish new file mode 100644 index 00000000..2aa9982a --- /dev/null +++ b/.config/fish/functions/st.fish @@ -0,0 +1,3 @@ +function st + subl . & $argv; +end