1
0
Fork 0

new shortcut dir

This commit is contained in:
Luca Bilke 2022-08-04 15:45:43 +02:00
parent 0b0a81f097
commit 05b1410933
5 changed files with 9 additions and 4 deletions

View file

@ -9,10 +9,11 @@ map Cdm cd "/home/luca/Documents"
map Cms cd "/home/luca/Music"
map Cpc cd "/home/luca/Pictures"
map Cvd cd "/home/luca/Videos"
map Cdot cd "/home/luca/.local/share/dotfiles"
map Ebf $$EDITOR "/home/luca/.config/shell/bm-files"
map Ebd $$EDITOR "/home/luca/.config/shell/bm-dirs"
map Ecfx $$EDITOR "/home/luca/.config/x11/xresources"
map Ecfb $$EDITOR "~/.local/src/dwmblocks/config.h"
map Ecfb $$EDITOR "/home/luca/.local/src/dwmblocks/config.h"
map Ecfv $$EDITOR "/home/luca/.config/nvim/init.vim"
map Ecfz $$EDITOR "/.zshrc"
map Ecfa $$EDITOR "/home/luca/.config/shell/aliasrc"

View file

@ -10,3 +10,5 @@ dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
ms ${XDG_MUSIC_DIR:-$HOME/Music}
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles

View file

@ -4,7 +4,7 @@
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files # This file, a list of bookmarked files
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs # A list of bookmarked directories similar to this file
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources # Colors, themes and variables for X11
cfb ~/.local/src/dwmblocks/config.h # dwmblocks: the status bar for dwm
cfb ${XDG_HOME:-$HOME}/.local/src/dwmblocks/config.h # dwmblocks: the status bar for dwm
# These do not update automatically, but on the next new instance of a program:

View file

@ -10,10 +10,11 @@ dm="cd /home/luca/Documents && tput cuu1;tput el" \
ms="cd /home/luca/Music && tput cuu1;tput el" \
pc="cd /home/luca/Pictures && tput cuu1;tput el" \
vd="cd /home/luca/Videos && tput cuu1;tput el" \
dot="cd /home/luca/.local/share/dotfiles && 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" \
cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \
cfb="$EDITOR /home/luca/.local/src/dwmblocks/config.h" \
cfv="$EDITOR /home/luca/.config/nvim/init.vim" \
cfz="$EDITOR /.zshrc" \
cfa="$EDITOR /home/luca/.config/shell/aliasrc" \

View file

@ -9,10 +9,11 @@ hash -d dm=/home/luca/Documents
hash -d ms=/home/luca/Music
hash -d pc=/home/luca/Pictures
hash -d vd=/home/luca/Videos
hash -d dot=/home/luca/.local/share/dotfiles
hash -d bf=/home/luca/.config/shell/bm-files
hash -d bd=/home/luca/.config/shell/bm-dirs
hash -d cfx=/home/luca/.config/x11/xresources
hash -d cfb=~/.local/src/dwmblocks/config.h
hash -d cfb=/home/luca/.local/src/dwmblocks/config.h
hash -d cfv=/home/luca/.config/nvim/init.vim
hash -d cfz=/.zshrc
hash -d cfa=/home/luca/.config/shell/aliasrc