This commit is contained in:
Stephan Raabe 2023-04-15 20:43:19 +02:00
parent 735d87dcc9
commit 1bb2a72602
2 changed files with 1 additions and 10 deletions

View File

@ -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'

View File

@ -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
# ------------------------------------------------------