autostart/alias: im using nextcloud now

master
TiynGER 3 years ago
parent 3c5e9c4cde
commit d1349dbe30

@ -25,7 +25,7 @@ alias diff="diff --color=auto"
# fzf
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
srd() { find ~/nextCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
# git
alias ga="git add"

@ -6,6 +6,8 @@ dunst & # dunst for notifications
redshift & # redshift for saving your eyes
mpd & # starts the mpd server for music
toggletouchpad & # deactivates the touchpad
togglemonitor & # detect added monitors
fchange & # set the behaviour of the fn keys
$STATUSBAR & # for refreshing the statusbar
owncloud & # for my cloud
nextcloud & # for my cloud
sxhkd & # for shortcuts

Loading…
Cancel
Save