diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-16 17:20:37 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-16 17:20:37 -0400 |
commit | 7c0aa0acf973fef06613d9837dcf6375470a9544 (patch) | |
tree | 634ff0f320377bc04fe60887eabec57852d50eac /.config/lf/lfrc | |
parent | 97226cf494e767df8293b21feb041e4fd0b45c72 (diff) |
Add Dropbox to lfrc
Diffstat (limited to '.config/lf/lfrc')
-rwxr-xr-x | .config/lf/lfrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 4c36a01..174fdbf 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -149,6 +149,7 @@ map Y $printf "%s" "$fx" | xclip -selection clipboard # TODO: Automate this map gcf cd ~/.config +map gbx cd ~/Dropbox map gdl cd ~/Downloads map gwp cd ~/Pictures/wallpapers map gdb cd ~/Dropbox |