updated sheldon zsh config
This commit is contained in:
parent
011d8586ae
commit
6b7cca2168
4 changed files with 12 additions and 5 deletions
|
@ -5,6 +5,9 @@ defer = """{% for file in files %} zsh-defer source "{{ file }}" {% endfor %}"""
|
|||
defer-more = """{% for file in files %} zsh-defer -t 0.5 source "{{ file }}" {% endfor %}"""
|
||||
|
||||
# own files
|
||||
[plugins.disableflow]
|
||||
inline = 'stty -ixon'
|
||||
|
||||
[plugins.localenv]
|
||||
local = "~/.local/share/zsh/config"
|
||||
use = ["env.zsh"]
|
||||
|
@ -75,9 +78,6 @@ github = "MichaelAquilina/zsh-you-should-use"
|
|||
[plugins.autosuggestions]
|
||||
github = "zsh-users/zsh-autosuggestions"
|
||||
|
||||
[plugins.emoji-cli]
|
||||
github = "b4b4r07/emoji-cli"
|
||||
|
||||
#[plugins.autocomplete]
|
||||
#github = "marlonrichert/zsh-autocomplete"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue