mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
added zsh autosuggestions
This commit is contained in:
parent
dd870049d5
commit
beee685a0d
2
.zshrc
2
.zshrc
@ -74,3 +74,5 @@ autoload -U zmv
|
||||
plugins=(git python)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
||||
|
10
README.md
10
README.md
@ -36,6 +36,16 @@ git clone https://github.com/guimeira/i3lock-fancy-multimonitor
|
||||
```
|
||||
Change ``BLURTYPE="5x3"`` in ``i3lock-fancy-multimonitor/lock`` file.
|
||||
|
||||
# Zsh
|
||||
|
||||
**zsh-autosuggestions**
|
||||
> https://github.com/zsh-users/zsh-autosuggestions
|
||||
|
||||
```
|
||||
git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
|
||||
```
|
||||
|
||||
|
||||
# Gtk+ and Qt
|
||||
|
||||
Run lxappearance and apply ``Vertex-Dark`` theme.
|
||||
|
Loading…
Reference in New Issue
Block a user