Update
This commit is contained in:
3
.config/fish/functions/cfa.fish
Normal file
3
.config/fish/functions/cfa.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function cfa
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME add $argv
|
||||||
|
end
|
3
.config/fish/functions/cfc.fish
Normal file
3
.config/fish/functions/cfc.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function cfc
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME commit -m $argv
|
||||||
|
end
|
3
.config/fish/functions/cfp.fish
Normal file
3
.config/fish/functions/cfp.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function cfp
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME push
|
||||||
|
end
|
3
.config/fish/functions/cfs.fish
Normal file
3
.config/fish/functions/cfs.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function cfs
|
||||||
|
git --git-dir=$HOME/config-files --work-tree=$HOME status
|
||||||
|
end
|
Reference in New Issue
Block a user