diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 94f00bf..d3e4872 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,3 +3,4 @@ if status is-interactive # Commands to run in interactive sessions can go here end +set -gx EDITOR nvim diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 2ef7d86..50e0465 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -34,7 +34,7 @@ set column_ratios 1,3,4 set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$ # Show hidden files? You can toggle this by typing 'zh' -set show_hidden false +set show_hidden true # Ask for a confirmation when running the "delete" command? # Valid values are "always", "never", "multiple" (default)