mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(fish): global variable for dotfiles
This commit is contained in:
parent
1b25944258
commit
e6691ce3e5
2 changed files with 11 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function update_dotfiles
|
||||
cd ~/.dotfiles/
|
||||
git reset --hard
|
||||
git pull origin main
|
||||
prevd
|
||||
cd $DOTFILES_PATH
|
||||
git reset --hard
|
||||
git pull origin main
|
||||
prevd
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue