From 31e8ddd51bfc112c191b331b55e869f79d1bb425 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 15 Mar 2021 12:03:44 +0100 Subject: [PATCH] Update alias --- files/.zshrc | 4 ++-- files/scripts/run_on_startup.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 &