fix small mistakes

This commit is contained in:
lelgenio 2021-10-23 23:02:59 -03:00
parent 83eb1f1ede
commit e59c5b8ccb
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ end
bind \cy 'commandline | wl-copy -n'
# Enable fzf key bindings
fzf_key_bindings
fzf_key_bindings &> /dev/null
function rcd #{{{

View File

@ -2,7 +2,7 @@
# Create symbolic links from game save folders to documents folder
# Useful if you sync it with syncthing or something similar
set -e
set -ex
function clean() {
if test $? -ne 0; then
@ -31,7 +31,7 @@ game_save() {
BACKUP_DIR="$SAVES_DIR/$GAME_NAME"
mkdir -p "$BACKUP_DIR" "$(dirname '$INSTALL_DIR')"
mkdir -p "$BACKUP_DIR" "$(dirname "$INSTALL_DIR")"
if test -d "$INSTALL_DIR" -a ! -L "$INSTALL_DIR"; then
fd -H -d 1 . "$INSTALL_DIR" |