diff --git a/nvim/.config/nvim b/nvim/.config/nvim index f686190..250a169 160000 --- a/nvim/.config/nvim +++ b/nvim/.config/nvim @@ -1 +1 @@ -Subproject commit f6861907e67752bcd9056e45c31afa061431ff35 +Subproject commit 250a169b7563a7a4b1a9ee2b45da07359016603d diff --git a/top_level/.bashrc b/top_level/.bashrc index 8922a8c..85131a2 100644 --- a/top_level/.bashrc +++ b/top_level/.bashrc @@ -46,7 +46,7 @@ function fcd() { export PATH="$HOME/.cargo/bin:$PATH" . "$HOME/.cargo/env" -if [[ "$(echo $(( lsb_release -ds || cat /etc/*release || uname -om ) | head -n1))" =~ "Arch" ]]; then +if [[ "$(echo $(cat /etc/*release | grep -e "^ID=" | tr -d 'ID='))" =~ "arch" ]]; then source /usr/share/fzf/key-bindings.bash else source /usr/share/fzf/shell/key-bindings.bash