Update 1 file: functions.zsh
This commit is contained in:
@@ -33,7 +33,7 @@ dotstate-update() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
warn "Repository out of date. Pulling updates..."
|
warn "Dotfiles out of date. Updating..."
|
||||||
printf "\033[1;34m────────────────────────────────────────────────────\033[0m\n"
|
printf "\033[1;34m────────────────────────────────────────────────────\033[0m\n"
|
||||||
local old_sha
|
local old_sha
|
||||||
old_sha=$(git rev-parse HEAD)
|
old_sha=$(git rev-parse HEAD)
|
||||||
@@ -51,3 +51,4 @@ dotstate-update() {
|
|||||||
dotstate-logs(){
|
dotstate-logs(){
|
||||||
lazygit -p $HOME/.config/dotstate/storage
|
lazygit -p $HOME/.config/dotstate/storage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user