Update '.bashrc'

master
Hektor Misplon 2023-03-12 13:17:54 +01:00
parent a7f58cfde9
commit 15f73d7e40
1 changed files with 1 additions and 3 deletions

View File

@ -89,7 +89,7 @@ if [ -f "/usr/bin/fzf" ]; then
source /usr/share/fzf/key-bindings.bash source /usr/share/fzf/key-bindings.bash
fi fi
_fzf_setup_completion path vim zathura xournalpp nvim _fzf_setup_completion path vim zathura xournalpp nvim mpv
else else
echo "fzf not installed" echo "fzf not installed"
fi fi
@ -112,5 +112,3 @@ export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
# Conda {{{ # Conda {{{
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
# }}} # }}}
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh