[Fish] Add sourcing private data
This commit is contained in:
parent
5f5c845dc4
commit
0b6a673a8c
@ -3,3 +3,4 @@
|
||||
.mailrc
|
||||
.mbsyncrc
|
||||
org/*.org
|
||||
.config/fish/private.fish
|
||||
|
Binary file not shown.
@ -670,3 +670,9 @@ end
|
||||
#+END_SRC
|
||||
|
||||
Tadah! No more package suggestions from fish!
|
||||
|
||||
I also have some private abbreviations I don’t want people to know
|
||||
about that I store in a separate configuration file.
|
||||
#+begin_src fish
|
||||
source $HOME/.config/fish/private.fish
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user