diff --git a/files/.zshrc b/files/.zshrc index 4939f51..262c9be 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -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 diff --git a/files/scripts/run_on_startup.sh b/files/scripts/run_on_startup.sh index 6b0a3d1..e5cbf8d 100755 --- a/files/scripts/run_on_startup.sh +++ b/files/scripts/run_on_startup.sh @@ -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 &