diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc
index 45a90c0d..4b7f3fff 100644
--- a/.config/shell/shortcutrc
+++ b/.config/shell/shortcutrc
@@ -1,18 +1,17 @@
 # vim: filetype=sh
-alias \
-cac="cd /home/luca/.cache" \
-cf="cd /home/luca/.config" \
-D="cd /home/luca/Downloads" \
-d="cd /home/luca/Documents" \
-dt="cd /home/luca/.local/share" \
-rr="cd /home/luca/.local/src" \
-h="cd /home/luca" \
-m="cd /home/luca/Music" \
-mn="cd /mnt" \
-pp="cd /home/luca/Pictures" \
-sc="cd /home/luca/.local/bin" \
-src="cd /home/luca/.local/src" \
-vv="cd /home/luca/Videos" \
+alias cac="cd /home/luca/.cache && tput cuu1;tput el" \
+cf="cd /home/luca/.config && tput cuu1;tput el" \
+D="cd /home/luca/Downloads && tput cuu1;tput el" \
+d="cd /home/luca/Documents && tput cuu1;tput el" \
+dt="cd /home/luca/.local/share && tput cuu1;tput el" \
+rr="cd /home/luca/.local/src && tput cuu1;tput el" \
+h="cd /home/luca && tput cuu1;tput el" \
+m="cd /home/luca/Music && tput cuu1;tput el" \
+mn="cd /mnt && tput cuu1;tput el" \
+pp="cd /home/luca/Pictures && tput cuu1;tput el" \
+sc="cd /home/luca/.local/bin && tput cuu1;tput el" \
+src="cd /home/luca/.local/src && tput cuu1;tput el" \
+vv="cd /home/luca/Videos && tput cuu1;tput el" \
 bf="$EDITOR /home/luca/.config/shell/bm-files" \
 bd="$EDITOR /home/luca/.config/shell/bm-dirs" \
 cfx="$EDITOR /home/luca/.config/x11/xresources" \