[Fish] Add sourcing private data

This commit is contained in:
Lucien Cartier-Tilet 2022-12-16 14:41:07 +01:00
parent 5f5c845dc4
commit 0b6a673a8c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
3 changed files with 7 additions and 0 deletions

View File

@ -3,3 +3,4 @@
.mailrc
.mbsyncrc
org/*.org
.config/fish/private.fish

Binary file not shown.

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