shell files updated

This commit is contained in:
Daniel Bauer
2018-09-11 15:45:44 +02:00
parent 75ca67e7b3
commit 4efdda7087
3 changed files with 39 additions and 22 deletions

View File

@@ -9,12 +9,13 @@
#
# Select what modules you would like enabled.
# The second line of modules may depend on options set by modules in the first
# line. These dependencies are noted on the respective module's README.md.
zmodules=(directory environment git history input utility custom \
syntax-highlighting history-substring-search prompt completion)
# The second line of modules may depend on options set by modules in the first line.
# These dependencies are noted on the respective module's README.md.
zmodules=(ssh directory environment git history input utility meta custom \
syntax-highlighting history-substring-search prompt completion fasd)
zssh_ids=(id_ed25519)
###################
# MODULE SETTINGS #
###################
@@ -24,7 +25,11 @@ zmodules=(directory environment git history input utility custom \
#
# Set your desired prompt here
zprompt_theme='eriner'
#
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
zprompt_theme='powerlevel9k'
#zprompt_theme='eriner'
#zprompt_theme='clint'
#
# Completion
@@ -42,24 +47,13 @@ zprompt_theme='eriner'
# See: http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput
#setopt CORRECT
#
# Environment
#
# Set the string below to the desired terminal title format string.
# The terminal title is redrawn upon directory change, however, variables like
# ${PWD} are only evaluated once. Use prompt expansion strings for dynamic data:
# http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Simple-Prompt-Escapes
# The example below uses the following format: 'username@host:/current/directory'
ztermtitle='%n@%m:%~'
#
# Input
#
# Uncomment to enable double-dot expansion.
# This appends '../' to your input for each '.' you type after an initial '..'
#zdouble_dot_expand='true'
zdouble_dot_expand='true'
#
# Syntax-Highlighting
@@ -76,9 +70,9 @@ zhighlighters=(main brackets)
#
# SSH
#
zssh_ids=(id_rsa)
# Load these ssh identities with the ssh module
#zssh_ids=(id_rsa)
#
@@ -90,4 +84,3 @@ zhighlighters=(main brackets)
# Load any helper scripts as defined here
#zpacman_helper=(aur)