Add more aliases
This commit is contained in:
parent
888ca1cf58
commit
5db2d74bf4
3
.config/fish/functions/gl.fish
Normal file
3
.config/fish/functions/gl.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gl
|
||||
git log --online --graph --decorate --all $argv;
|
||||
end
|
3
.config/fish/functions/st.fish
Normal file
3
.config/fish/functions/st.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function st
|
||||
subl . & $argv;
|
||||
end
|
Loading…
Reference in a new issue