diff options
| author | Miguel <m.i@gmx.at> | 2021-11-03 19:59:44 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2021-11-03 19:59:44 +0100 |
| commit | f70d5dc9b1f546bcfae67f067fe2e3b67f94ca45 (patch) | |
| tree | 3bffaa05b78db0e393bc44eb273f771e08320154 /zsh/zimrc | |
| parent | e3fb79099e233185825b248a0b275173bd182239 (diff) | |
improving dotfiles
Diffstat (limited to 'zsh/zimrc')
| -rw-r--r-- | zsh/zimrc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/zsh/zimrc b/zsh/zimrc deleted file mode 100644 index 2a2bb68..0000000 --- a/zsh/zimrc +++ /dev/null @@ -1,43 +0,0 @@ -# Start configuration added by Zim install {{{ -# ------- -# Modules -# ------- - -# Sets sane Zsh built-in environment options. -zmodule environment -# Provides handy git aliases and functions. -zmodule git -# Applies correct bindkeys for input events. -zmodule input -# Sets a custom terminal title. -zmodule termtitle -# Utility aliases and functions. Adds colour to ls, grep and less. -zmodule utility - -# -# Prompt -# -# Exposes to prompts how long the last command took to execute, used by asciiship. -zmodule duration-info -# Exposes git repository status information to prompts, used by asciiship. -zmodule git-info -# A heavily reduced, ASCII-only version of the Spaceship and Starship prompts. -# zmodule asciiship - -# Additional completion definitions for Zsh. -zmodule zsh-users/zsh-completions -# Enables and configures smart and extensive tab completion. -# completion must be sourced after zsh-users/zsh-completions -zmodule completion -# Fish-like autosuggestions for Zsh. -zmodule zsh-users/zsh-autosuggestions -# Fish-like syntax highlighting for Zsh. -# zsh-users/zsh-syntax-highlighting must be sourced after completion -zmodule zsh-users/zsh-syntax-highlighting -# 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 -# }}} End configuration added by Zim install - -zmodule exa -zmodule fzf |
