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 v='nvim'
|
||||||
alias r='ranger'
|
alias r='ranger'
|
||||||
alias t='sudo timeshift --list'
|
alias t='sudo timeshift --list'
|
||||||
alias ts='~/snapshot.sh'
|
alias ts='~/dotfiles/scripts/snapshot.sh'
|
||||||
alias matrix='cmatrix'
|
alias matrix='cmatrix'
|
||||||
alias shot='scrot -d 3 -c -z -u'
|
alias shot='scrot -d 3 -c -z -u'
|
||||||
alias shotsel='scrot -s'
|
alias shotsel='scrot -s'
|
||||||
|
@ -335,15 +335,6 @@ while true; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
# ------------------------------------------------------
|
|
||||||
# Install snapshot file
|
|
||||||
# ------------------------------------------------------
|
|
||||||
if [ -f ~/snapshot.sh ]; then
|
|
||||||
echo "snapshot.sh exists"
|
|
||||||
else
|
|
||||||
cp ~/dotfiles/scripts/snapshot.sh ~/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
# Init pywal
|
# Init pywal
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user