diff --git a/.config/fish/functions/gl.fish b/.config/fish/functions/gl.fish new file mode 100644 index 0000000..5922196 --- /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 0000000..2aa9982 --- /dev/null +++ b/.config/fish/functions/st.fish @@ -0,0 +1,3 @@ +function st + subl . & $argv; +end