Update '.bashrc'
parent
a7f58cfde9
commit
15f73d7e40
4
.bashrc
4
.bashrc
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue