[Fish, Bootstrap] Remove unneeded fish extensions

Zoxide and Starship now replace z and bobthefish respectively
This commit is contained in:
2021-12-25 21:32:49 +01:00
parent 66475c058c
commit bf9935d309
2 changed files with 15 additions and 6 deletions

View File

@@ -71,7 +71,11 @@ For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic pr
starship init fish | source
#+end_src
* Starship configuration
* Setting up external tools
:PROPERTIES:
:CUSTOM_ID: Setting-up-external-tools-2r4b97p0bbj0
:END:
** Starship configuration
:PROPERTIES:
:header-args:toml: :tangle ~/.config/starship.toml
:CUSTOM_ID: Starship-configuration-lpz4tz410bj0
@@ -187,6 +191,15 @@ disable = true
disable = true
#+end_src
** Loading ~zoxide~
:PROPERTIES:
:CUSTOM_ID: Setting-up-external-tools-Loading-zoxide-y97b97p0bbj0
:END:
~zoxide~ is a smarter ~cd~ command, accessible through ~z~. It can be loaded like so:
#+begin_src fish
zoxide init fish | source
#+end_src
* Global variables
:PROPERTIES:
:CUSTOM_ID: Global_variables-1c84df8b