Minor modifications
This commit is contained in:
6
bash.org
6
bash.org
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user