-
Notifications
You must be signed in to change notification settings - Fork 0
/
zimrc
44 lines (41 loc) · 1.65 KB
/
zimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Start configuration added by Zim install {{{
# -------
# Modules
# -------
# Sets sane Zsh built-in environment options.
zmodule environment --use degit
# Provides handy git aliases and functions.
zmodule git --use degit
# Applies correct bindkeys for input events.
zmodule input --use degit
# Sets a custom terminal title.
#zmodule termtitle
# Utility aliases and functions. Adds colour to ls, grep and less.
zmodule utility --use degit
#
# Prompt
#
# Exposes to prompts how long the last command took to execute, used by asciiship.
zmodule duration-info --use degit
# Exposes git repository status information to prompts, used by asciiship.
zmodule git-info --use degit
zmodule fzf --use degit
zmodule prompt-pwd --use degit
# A heavily reduced, ASCII-only version of the Spaceship and Starship prompts.
#zmodule asciiship
# Additional completion definitions for Zsh.
zmodule zsh-users/zsh-completions --use degit
# Enables and configures smart and extensive tab completion.
# completion must be sourced after zsh-users/zsh-completions
zmodule completion --use degit
# Fish-like syntax highlighting for Zsh.
# zsh-users/zsh-syntax-highlighting must be sourced after completion
zmodule zsh-users/zsh-syntax-highlighting --use degit
# Fish-like history search (up arrow) for Zsh.
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
zmodule zsh-users/zsh-history-substring-search --use degit
# Fish-like autosuggestions for Zsh.
zmodule zsh-users/zsh-autosuggestions --use degit
# }}} End configuration added by Zim install
zmodule MichaelAquilina/zsh-you-should-use --source you-should-use.plugin.zsh
zmodule sorin --use degit