even though i have set -e let's make sure cd can fail
This commit is contained in:
parent
d12da385fd
commit
2024f587ed
1 changed files with 1 additions and 1 deletions
2
nswitch
2
nswitch
|
@ -5,7 +5,7 @@ set -E -o pipefail
|
||||||
shopt -s failglob
|
shopt -s failglob
|
||||||
export LC_ALL=C.UTF8
|
export LC_ALL=C.UTF8
|
||||||
|
|
||||||
cd ~/Projects/NixOS/
|
cd ~/Projects/NixOS/ || exit 1
|
||||||
nvim
|
nvim
|
||||||
|
|
||||||
printf ">>> auto formating ..."
|
printf ">>> auto formating ..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue