diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-11 10:00:29 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-11 10:01:51 +0200 |
commit | f8421335afe6d5f6120a40c7ed363cdb879a3c24 (patch) | |
tree | aa0cc514fd160f74660480ed95a4e31ec5b43043 /hm/soispha/conf/lf/keybindings | |
parent | fix(hm/wms/river/init): Restore the pre 3.0 forced ssd (diff) | |
download | nixos-config-f8421335afe6d5f6120a40c7ed363cdb879a3c24.zip |
fix(hm/conf/lf): Correctly implement symlink following
Diffstat (limited to 'hm/soispha/conf/lf/keybindings')
-rw-r--r-- | hm/soispha/conf/lf/keybindings/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix index c16a682f..b41004dc 100644 --- a/hm/soispha/conf/lf/keybindings/default.nix +++ b/hm/soispha/conf/lf/keybindings/default.nix @@ -29,7 +29,7 @@ u = "view_file"; cc = "\$sudo -e \"$f\""; fe = "execute"; - fl = ''cd ''${{readlink --canonicalize "$f"}}''; + fl = "follow_link"; # Archive Mappings au = "unarchive"; |