Skip to content

Instantly share code, notes, and snippets.

@NoelJacob
Created September 10, 2020 13:08
Show Gist options
  • Save NoelJacob/deae293b07b8a8ec03cb43a6f3391420 to your computer and use it in GitHub Desktop.
Save NoelJacob/deae293b07b8a8ec03cb43a6f3391420 to your computer and use it in GitHub Desktop.
# 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 git repository status information to prompts.
zmodule git-info
# A customizable version of steeef's prompt theme.
#zmodule steeef
# 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 denysdovhan/spaceship-prompt --name spaceship
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment