.profile: Fix hanging quote
This commit is contained in:
parent
eca2496b6c
commit
17720fb8c3
2
.profile
2
.profile
@ -266,7 +266,7 @@ if [ -d "$HOME/.dotfiles" ]; then
|
|||||||
printf 'Pulling...\n'
|
printf 'Pulling...\n'
|
||||||
$dotcmd pull
|
$dotcmd pull
|
||||||
printf 'Updating submodules...\n'
|
printf 'Updating submodules...\n'
|
||||||
$dotcmd submodule update --init --recursive --remote'
|
$dotcmd submodule update --init --recursive --remote
|
||||||
$dotcmd status"
|
$dotcmd status"
|
||||||
alias dotupgrade="\
|
alias dotupgrade="\
|
||||||
printf 'Pulling...\n'
|
printf 'Pulling...\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user