Skip to content

Commit cdfa287

Browse files
Add zsh-async
1 parent c465349 commit cdfa287

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "dotdrop"]
55
path = dotdrop
66
url = https://github.com/deadc0de6/dotdrop.git
7+
[submodule "zsh-async"]
8+
path = zsh-async
9+
url = https://github.com/mafredri/zsh-async.git

config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ dotfiles:
336336
- oh-my-zsh-install
337337
- spaceship-install
338338
- tmuxinator-completion
339+
zsh_async:
340+
src: ./zsh-async
341+
dst: ~/.zsh/async
342+
link: link
339343

340344
profiles:
341345
Zeus:
@@ -384,6 +388,7 @@ profiles:
384388
- zathura
385389
- zshrc
386390
- zsh_custom
391+
- zsh_async
387392
Hermes:
388393
dotfiles:
389394
- alacritty
@@ -430,11 +435,13 @@ profiles:
430435
- zathura
431436
- zshrc
432437
- zsh_custom
438+
- zsh_async
433439
marcel-VirtualBox:
434440
dotfiles:
435441
- vim
436442
- zshrc
437443
- zsh_custom
444+
- zsh_async
438445
- tmux
439446
- xbindkeys
440447
- xmodmap

zsh-async

Submodule zsh-async added at 490167c

zsh/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export RPS1="%{$reset_color%}"
1414
plugins=(git pass vi-mode django)
1515

1616
source "$ZSH/oh-my-zsh.sh"
17+
source "$HOME/.zsh/async/async.zsh"
1718

1819
for file in $ZSH/custom/{exports,aliases,functions,secret}.sh $ZSH/custom/plugins/*; do
1920
[ -r "$file" ] && [ -f "$file" ] && source "$file"

0 commit comments

Comments
 (0)