Minor modifications

This commit is contained in:
2024-01-29 11:28:50 +01:00
parent cc71e4c758
commit 9e25501b41
5 changed files with 306 additions and 10 deletions

View File

@@ -19,6 +19,12 @@
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
#+END_SRC
** Miniconda
#+begin_src bash
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
#+end_src
** FZF
#+begin_src bash
. /usr/share/fzf/completion.bash