diff --git a/.config/lf/shortcutrc b/.config/lf/shortcutrc index db89df89f..7378185d2 100644 --- a/.config/lf/shortcutrc +++ b/.config/lf/shortcutrc @@ -8,6 +8,7 @@ map gsc cd "/home/luca/.local/bin" map gmn cd "/mnt" map gdl cd "/home/luca/Downloads" map gdm cd "/home/luca/Documents" +map gdk cd "/home/luca/Documents" map gms cd "/home/luca/Music" map gpc cd "/home/luca/Pictures" map gvd cd "/home/luca/Videos" diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index a93cd6223..22b927f03 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -61,6 +61,7 @@ export XDG_VIDEOS_DIR="$HOME/Videos" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" +export XDG_STATE_HOME="$HOME/.local/state" export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" export STOW_DIR="$XDG_DATA_HOME/stow" export DOTS_DIR="$STOW_DIR/dots" diff --git a/.config/zsh/configs/autogenerated/hashes b/.config/zsh/configs/autogenerated/hashes index f37f0c354..f8dfbf95c 100644 --- a/.config/zsh/configs/autogenerated/hashes +++ b/.config/zsh/configs/autogenerated/hashes @@ -8,6 +8,7 @@ hash -d sc=/home/luca/.local/bin hash -d mn=/mnt hash -d dl=/home/luca/Downloads hash -d dm=/home/luca/Documents +hash -d dk=/home/luca/Documents hash -d ms=/home/luca/Music hash -d pc=/home/luca/Pictures hash -d vd=/home/luca/Videos diff --git a/.config/zsh/configs/autogenerated/shortcuts b/.config/zsh/configs/autogenerated/shortcuts index 319bb55fd..4b5232fd6 100644 --- a/.config/zsh/configs/autogenerated/shortcuts +++ b/.config/zsh/configs/autogenerated/shortcuts @@ -9,6 +9,7 @@ sc="cd /home/luca/.local/bin" \ mn="cd /mnt" \ dl="cd /home/luca/Downloads" \ dm="cd /home/luca/Documents" \ +dk="cd /home/luca/Documents" \ ms="cd /home/luca/Music" \ pc="cd /home/luca/Pictures" \ vd="cd /home/luca/Videos" \ diff --git a/.local/share/bookmarks/directories b/.local/share/bookmarks/directories index 8a65b36c6..93c8be40a 100644 --- a/.local/share/bookmarks/directories +++ b/.local/share/bookmarks/directories @@ -9,6 +9,7 @@ sc $HOME/.local/bin mn /mnt dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads} dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents} +dk ${XDG_DOCUMENTS_DIR:-$HOME/Desktop} ms ${XDG_MUSIC_DIR:-$HOME/Music} pc ${XDG_PICTURES_DIR:-$HOME/Pictures} vd ${XDG_VIDEOS_DIR:-$HOME/Videos}