diff options
-rw-r--r-- | .config/git/config | 2 | ||||
-rwxr-xr-x | .config/lf/lfrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index de39b6d..61b945e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,7 +3,7 @@ # Please adapt and uncomment the following lines: name = Benjamin Chausse email = benjamin@chausse.xyz - signingkey = ABC4A5A7430D6309ACBD219044F94DD6456590C3 +signingkey = ABC4A5A7430D6309ACBD219044F94DD6456590C3 [init] defaultBranch = master [push] diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 174fdbf..4b80bb7 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -150,6 +150,7 @@ map Y $printf "%s" "$fx" | xclip -selection clipboard # TODO: Automate this map gcf cd ~/.config map gbx cd ~/Dropbox +map gom cd ~/Dropbox/org map gdl cd ~/Downloads map gwp cd ~/Pictures/wallpapers map gdb cd ~/Dropbox |