mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 06:06:40 +00:00
Change some git functions
This commit is contained in:
parent
3eb1c4325f
commit
829e04fcf4
4
.config/fish/functions/gad.fish
Normal file
4
.config/fish/functions/gad.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.BiFvWk/gad.fish @ line 1
|
||||||
|
function gad
|
||||||
|
g add $argv
|
||||||
|
end
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.YaN3mS/gc.fish @ line 1
|
# Defined in /tmp/fish.Q4WxYZ/gc.fish @ line 2
|
||||||
function gc
|
function gc
|
||||||
git checkout $argv
|
g commit $argv
|
||||||
end
|
end
|
||||||
|
|
|
||||||
4
.config/fish/functions/gch.fish
Normal file
4
.config/fish/functions/gch.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.JRvWi7/gch.fish @ line 1
|
||||||
|
function gch
|
||||||
|
g checkout $argv
|
||||||
|
end
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.XGxM7O/gp.fish @ line 1
|
# Defined in /tmp/fish.nf13Gy/gp.fish @ line 2
|
||||||
function gp
|
function gp
|
||||||
git pull $argv
|
g pull $argv
|
||||||
end
|
end
|
||||||
|
|
|
||||||
4
.config/fish/functions/gs.fish
Normal file
4
.config/fish/functions/gs.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.CVwQ4j/gs.fish @ line 1
|
||||||
|
function gs
|
||||||
|
g status $argv
|
||||||
|
end
|
||||||
4
.config/fish/functions/timer.fish
Normal file
4
.config/fish/functions/timer.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.EAIy1T/timer.fish @ line 1
|
||||||
|
function timer
|
||||||
|
sleep 1200; notify-send "20 minutes have passed!"
|
||||||
|
end
|
||||||
1
.local/share/dolphin-emu
Symbolic link
1
.local/share/dolphin-emu
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/mnt/LocalDiskD/Games/Emulators/dolphin
|
||||||
Loading…
Reference in a new issue