Updates
This commit is contained in:
parent
735d87dcc9
commit
1bb2a72602
2
.bashrc
2
.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'
|
||||
|
@ -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
|
||||
# ------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user