Move aliases
This commit is contained in:
parent
3897690c04
commit
d720a9cb6b
5 changed files with 0 additions and 0 deletions
3
.config/fish/functions/ga.fish
Normal file
3
.config/fish/functions/ga.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function ga
|
||||
git add -p $argv;
|
||||
end
|
3
.config/fish/functions/gc.fish
Normal file
3
.config/fish/functions/gc.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gc
|
||||
git commit $argv;
|
||||
end
|
3
.config/fish/functions/gs.fish
Normal file
3
.config/fish/functions/gs.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gs
|
||||
git status -sb $argv;
|
||||
end
|
3
.config/fish/functions/l.fish
Normal file
3
.config/fish/functions/l.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function l
|
||||
ls -ltrh $argv;
|
||||
end
|
3
.config/fish/functions/v.fish
Normal file
3
.config/fish/functions/v.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function v
|
||||
vagrant $argv;
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue