Nvim: fix 'go reference'-Keys; Shell: fix sourceing external alias

This commit is contained in:
pr0c3550r 2023-08-09 21:37:29 +02:00
parent c5bf8a3b98
commit d20fbd80cc
3 changed files with 3 additions and 5 deletions

View file

@ -78,6 +78,4 @@ alias \
info="info --vi-keys" \
backup='doas rsync -aAXHv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","swapfile","/var/lib/dhcpcd/*","/home/*/Media/*","/home/*/.cache/BraveSoftware/*","/home/*/.cache/thumbnails/*","/home/*/.cache/spotify/*","/home/*/Downloads/*","home/*/.cache/mozilla/*","/home/*/.config/BraveSoftware/*","/home/*/.config/Signal/*","/home/*/.config/spotify/*","/home/*/.config/libreoffice/*","/home/*/.config/GeoGebra/*","/home/*/.config/blender/*","/home/*/.local/share/torbrowser/*","/home/*/.mozilla/*"} / /home/pr073c70r/Media/USB0'
if [ -f "${HOME}/.config/extraalias" ]; then
source "${HOME}/.config/extraaliasrc"
fi
[ -f $XDG_CONFIG_HOME/extrarc ] && . $XDG_CONFIG_HOME/extrarc