Added dunst

This commit is contained in:
TuDatTr
2019-08-14 22:05:24 +02:00
parent b861b39678
commit 352b894ce2
14 changed files with 389 additions and 10 deletions

View File

@@ -4,9 +4,7 @@ export PATH="$PATH:$HOME/go/bin:$HOME/.local/bin:$HOME/.cargo/bin"
export LEDGER_FILE="/home/tuan/Documents/Finanzen/Ledger/MyBudget.ledger"
# Alias
alias background='feh --randomize --bg-fill /usr/share/backgrounds/*'
alias gowinbuild='GOOS=windows GOARCH=amd64 go build'
alias pwgen='pwgen -y 20 1'
alias q="exit"
alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"'
alias xsel='xsel -ib'