From 1bb2a726028d4bad75bea0abe5f254057bad8c39 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sat, 15 Apr 2023 20:43:19 +0200 Subject: [PATCH] Updates --- .bashrc | 2 +- 1-install.sh | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.bashrc b/.bashrc index 72964fd..b9b31c3 100644 --- a/.bashrc +++ b/.bashrc @@ -29,7 +29,7 @@ alias shutdown='systemctl poweroff' alias v='nvim' alias r='ranger' alias t='sudo timeshift --list' -alias ts='~/snapshot.sh' +alias ts='~/dotfiles/scripts/snapshot.sh' alias matrix='cmatrix' alias shot='scrot -d 3 -c -z -u' alias shotsel='scrot -s' diff --git a/1-install.sh b/1-install.sh index a242d38..f55d21f 100755 --- a/1-install.sh +++ b/1-install.sh @@ -335,15 +335,6 @@ while true; do esac done -# ------------------------------------------------------ -# Install snapshot file -# ------------------------------------------------------ -if [ -f ~/snapshot.sh ]; then - echo "snapshot.sh exists" -else - cp ~/dotfiles/scripts/snapshot.sh ~/ -fi - # ------------------------------------------------------ # Init pywal # ------------------------------------------------------