Update alias

This commit is contained in:
Marco Thomas
2021-03-15 12:03:44 +01:00
parent c455df19d0
commit 31e8ddd51b
2 changed files with 3 additions and 3 deletions

View File

@@ -42,12 +42,12 @@ export WINIT_UNIX_BACKEND=x11
alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v"
alias hm="cd ~/dev/hm-aufgaben"
if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim"
fi
alias emacs="emacs -nw"
if [[ -x $(which swallow 2> /dev/null) ]]; then
alias zathura="swallow zathura"
fi

View File

@@ -18,4 +18,4 @@ nm-applet &
# wallpaper
# feh --bg-scale $HOME/data/nextcloud/Wallpaper/wallpaper.png
asetroot $HOME/data/nextcloud/Wallpaper/Animated/Current/ -t 50 &
asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &