From 15f73d7e40515c70233ac5cc4f7a6e07e082ca30 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 12 Mar 2023 13:17:54 +0100 Subject: [PATCH] Update '.bashrc' --- .bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 4e6e573..da9be12 100644 --- a/.bashrc +++ b/.bashrc @@ -89,7 +89,7 @@ if [ -f "/usr/bin/fzf" ]; then source /usr/share/fzf/key-bindings.bash fi - _fzf_setup_completion path vim zathura xournalpp nvim + _fzf_setup_completion path vim zathura xournalpp nvim mpv else echo "fzf not installed" fi @@ -112,5 +112,3 @@ export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab # 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