[Fish] Add sourcing private data

This commit is contained in:
2022-12-16 14:41:07 +01:00
parent 5f5c845dc4
commit 0b6a673a8c
3 changed files with 7 additions and 0 deletions

View File

@@ -670,3 +670,9 @@ end
#+END_SRC
Tadah! No more package suggestions from fish!
I also have some private abbreviations I dont want people to know
about that I store in a separate configuration file.
#+begin_src fish
source $HOME/.config/fish/private.fish
#+end_src