Compare commits
3 Commits
ebbd5a1b36
...
d2230e1df2
| Author | SHA1 | Date |
|---|---|---|
|
|
d2230e1df2 | |
|
|
89aa33d948 | |
|
|
aa19d22ba1 |
9
.lnk.pc
9
.lnk.pc
|
|
@ -4,3 +4,12 @@
|
|||
.config/yazi/theme.toml
|
||||
.config/yazi/yazi.toml
|
||||
.xbindkeysrc
|
||||
.zsh_plugins.txt
|
||||
.zsh_plugins.zsh
|
||||
.zshenv
|
||||
.zshrc
|
||||
.zshrc.d/aliases.zsh
|
||||
.zshrc.d/colors.zsh
|
||||
.zshrc.d/environment.zsh
|
||||
.zshrc.d/functions.zsh
|
||||
.zshrc.d/options.zsh
|
||||
|
|
|
|||
3
.zshrc
3
.zshrc
|
|
@ -62,6 +62,9 @@ export NVM_DIR="$HOME/.config/nvm"
|
|||
# creates/manages directories for experiments
|
||||
eval "$(~/.local/bin/try.rb init ~/projects/tries)"
|
||||
|
||||
# Tab completions for lnk
|
||||
eval "$(lnk completion zsh)"
|
||||
|
||||
# Source anything in .zshrc.d.
|
||||
for _rc in ${ZDOTDIR:-$HOME}/.zshrc.d/*.zsh; do
|
||||
# Ignore tilde files.
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
.config/lnk/.zsh_plugins.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
.config/lnk/.zsh_plugins.zsh
|
||||
|
|
@ -0,0 +1 @@
|
|||
.config/lnk/.zshenv
|
||||
|
|
@ -0,0 +1 @@
|
|||
.config/lnk/.zshrc
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.config/lnk/.zshrc.d/aliases.zsh
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.config/lnk/.zshrc.d/colors.zsh
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.config/lnk/.zshrc.d/environment.zsh
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.config/lnk/.zshrc.d/functions.zsh
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.config/lnk/.zshrc.d/options.zsh
|
||||
Loading…
Reference in New Issue