mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-28 19:50:42 +00:00
Major rewrite: switching back to Arch from NixOS
This commit is contained in:
parent
df585b737b
commit
254181c0fc
121 changed files with 5433 additions and 2371 deletions
|
@ -208,7 +208,7 @@ argsp_cmdline() {
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "${ret_val[keep]}" -eq 0 ] && [ "${ret_val[skip_create]}" -eq 0 ]; then
|
||||
if [ -n "${ret_val[keep]}" ] && [ "${ret_val[keep]}" -eq 0 ] && [ "${ret_val[skip_create]}" -eq 0 ]; then
|
||||
echo "Using --keep=0 doesn't make sense without --skip-create." >&2
|
||||
echo "It would delete the new snapshot you wanted to create." >&2
|
||||
argsp_cmdline_exit="$ERR_CODE_INVALID_ARG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue