Add more aliases
This commit is contained in:
parent
888ca1cf58
commit
5db2d74bf4
2 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue