Add zsh plugins
This commit is contained in:
		| @@ -12,6 +12,18 @@ | ||||
|     initExtra = '' | ||||
|       bindkey -v | ||||
|       bindkey '^R' history-incremental-search-backward | ||||
|  | ||||
|       # Prompt stuff | ||||
|       autoload -Uz promptinit | ||||
|       promptinit | ||||
|       prompt pure | ||||
|     ''; | ||||
|     zplug = { | ||||
|       enable = true; | ||||
|       plugins = [ | ||||
|         ({ name = "plugins/git"; tags = [ "from:oh-my-zsh" ]; }) | ||||
|         ({ name = "modules/prompt"; tags = [ "from:prezto" ]; }) | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user