Migrate everything to GNU Stow locations instead of homeshick
This commit is contained in:
parent
54587a49ff
commit
82c930f4d5
24 changed files with 1 additions and 5 deletions
5
.zsh/login/fpath
Normal file
5
.zsh/login/fpath
Normal file
|
@ -0,0 +1,5 @@
|
|||
#! zsh
|
||||
fpath=(~/.zsh/functions $fpath)
|
||||
|
||||
# filter out duplicates, nonexistent directories, and . (the current directory)
|
||||
fpath=(${(u)^fpath:#.}(N))
|
Loading…
Add table
Add a link
Reference in a new issue