dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6b14836411cef3c8ec59ecaf89ac30bb622b2616
parent e210379ee29f56c223df998332dffea959ef461c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 28 Mar 2021 12:45:53 +0200

lfrc: small corrections

Diffstat:
Mlf/lfrc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lf/lfrc b/lf/lfrc @@ -172,7 +172,7 @@ cmd paste_link %{{ # preview the highlighted file with quicklook cmd ql_preview &{{ - qlmanage -p "$fx" &> /dev/null; + qlmanage -p $fx &> /dev/null; }} # open the lfrc, and source after saving @@ -321,10 +321,10 @@ map gdw cd ~/Documents/Programming/alex.balgavy.eu/ map gdb cd ~/Documents/Programming/blog.alex.balgavy.eu/ map gdl cd ~/Documents/Programming/lectures.alex.balgavy.eu/ map gb cd ~/Documents/Calibre\ Library/ -map gdp cd ~/Documents/Personal\ documents/ +map gdp cd ~/Documents/Syncthing/Personal\ documents/ map gD cd ~/Desktop map gl cd ~/Downloads -map gw cd ~/Dropbox/vimwiki +map gw cd ~/Documents/Syncthing/vimwiki map gm cd ~/Music/Libraries/Mine map g/ cd / map g. cd ~/.dotfiles