Update '.bashrc'
parent
0b7b0900af
commit
a7f58cfde9
12
.bashrc
12
.bashrc
|
@ -40,7 +40,9 @@ export HISTIGNORE="clear:l: *"
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Man pages {{{
|
# Man pages {{{
|
||||||
export MANWIDTH=120
|
# See `:h :Man` in NeoVim
|
||||||
|
export MANWIDTH=999
|
||||||
|
# export MANPAGER='nvim +Man!'
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Editor {{{
|
# Editor {{{
|
||||||
|
@ -87,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 vimn zathura xournalpp
|
_fzf_setup_completion path vim zathura xournalpp nvim
|
||||||
else
|
else
|
||||||
echo "fzf not installed"
|
echo "fzf not installed"
|
||||||
fi
|
fi
|
||||||
|
@ -106,3 +108,9 @@ source /usr/share/nvm/install-nvm-exec
|
||||||
# Jupyter {{{
|
# Jupyter {{{
|
||||||
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
|
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
|
||||||
|
|
Loading…
Reference in New Issue