Add updot function to fish #fishshell
This commit is contained in:
6
config/fish/functions/updot.fish
Normal file
6
config/fish/functions/updot.fish
Normal file
@ -0,0 +1,6 @@
|
||||
function updot
|
||||
pushd ~/devel/dotfiles
|
||||
git pull --rebase
|
||||
fisher
|
||||
popd
|
||||
end
|
||||
Reference in New Issue
Block a user