Initial commit, modular zsh config easy to extend with extra behaviours
This commit is contained in:
commit
df6164e3aa
22 changed files with 154 additions and 0 deletions
5
home/.zsh/login/fpath
Normal file
5
home/.zsh/login/fpath
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#! zsh
|
||||
fpath=(~/.zsh/functions ~/.homesick/repos/homeshick/completions $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