diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-12-02 21:11:55 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-12-02 21:13:28 +0100 |
commit | c370d604fb6038aae5638ac4ca94b6102d104682 (patch) | |
tree | 719be1ba9aaeaf34b731ff0a2ddf8df58949bcfd /Common/zshrc | |
parent | 25c4ac296f854933f9800167c7b39a5aaf73d079 (diff) | |
download | dotfiles-c370d604fb6038aae5638ac4ca94b6102d104682.tar.gz dotfiles-c370d604fb6038aae5638ac4ca94b6102d104682.zip |
Some neovim and tmux changes
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc index 4fb9aba..d3d8253 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -28,6 +28,8 @@ esac COMPLETION_WAITING_DOTS="true" +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bold" + # Setup plugins plugins=( git |