From 5db2d74bf4193035a1b649d998cf3950381930f9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Jun 2016 10:12:19 +0100 Subject: [PATCH] Add more aliases --- .config/fish/functions/gl.fish | 3 +++ .config/fish/functions/st.fish | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .config/fish/functions/gl.fish create mode 100644 .config/fish/functions/st.fish 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