Make actions non-plural
This commit is contained in:
parent
a88d5d9bd3
commit
e58b9ba032
@ -5,9 +5,9 @@ apt:
|
|||||||
- zsh-doc
|
- zsh-doc
|
||||||
brew:
|
brew:
|
||||||
- zsh
|
- zsh
|
||||||
commands:
|
command:
|
||||||
- sudo chsh $USER -s `which zsh`
|
- sudo chsh $USER -s `which zsh`
|
||||||
symlinks:
|
symlink:
|
||||||
- {src: zlogin, dst: ~/.zlogin}
|
- {src: zlogin, dst: ~/.zlogin}
|
||||||
- {src: zlogout, dst: ~/.zlogout}
|
- {src: zlogout, dst: ~/.zlogout}
|
||||||
- {src: zprofile, dst: ~/.zprofile}
|
- {src: zprofile, dst: ~/.zprofile}
|
||||||
@ -16,6 +16,6 @@ symlinks:
|
|||||||
-
|
-
|
||||||
src: prompt_fresh_setup
|
src: prompt_fresh_setup
|
||||||
dst: ~/.local/share/zsh/site-functions/prompt_fresh_setup
|
dst: ~/.local/share/zsh/site-functions/prompt_fresh_setup
|
||||||
repos:
|
repo:
|
||||||
- https://github.com/zsh-users/zsh-syntax-highlighting.git
|
- https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
- https://github.com/zsh-users/zsh-history-substring-search.git
|
- https://github.com/zsh-users/zsh-history-substring-search.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user