minor changes
This commit is contained in:
parent
00fe13cf9f
commit
a345b54753
|
@ -1,2 +0,0 @@
|
|||
[init]
|
||||
defaultBranch = main
|
|
@ -11,7 +11,7 @@ map gdm cd "/home/luca/Documents"
|
|||
map gms cd "/home/luca/Music"
|
||||
map gpc cd "/home/luca/Pictures"
|
||||
map gvd cd "/home/luca/Videos"
|
||||
map gdot cd "/home/luca/.local/share/dotfiles"
|
||||
map gdot cd "/home/luca/.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"
|
||||
|
|
|
@ -13,4 +13,4 @@ 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
|
||||
dot $HOME/.dotfiles
|
||||
|
|
|
@ -12,7 +12,7 @@ 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" \
|
||||
dot="cd /home/luca/.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" \
|
||||
|
|
|
@ -11,7 +11,7 @@ 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 dot=/home/luca/.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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 7c390ee3bfa8069b8519582399e0a67444e6ea61
|
Loading…
Reference in New Issue