mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
del zim
This commit is contained in:
@@ -1,98 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
#################
|
|
||||||
# CORE SETTINGS #
|
|
||||||
#################
|
|
||||||
|
|
||||||
#
|
|
||||||
# Zim settings
|
|
||||||
#
|
|
||||||
|
|
||||||
# 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=(ssh directory environment git history input utility custom \
|
|
||||||
syntax-highlighting history-substring-search prompt completion fasd autosuggestions)
|
|
||||||
|
|
||||||
|
|
||||||
#zssh_ids=(id_ed25519)
|
|
||||||
###################
|
|
||||||
# MODULE SETTINGS #
|
|
||||||
###################
|
|
||||||
|
|
||||||
#
|
|
||||||
# Prompt
|
|
||||||
#
|
|
||||||
|
|
||||||
# Set your desired prompt here
|
|
||||||
#POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='black'
|
|
||||||
#POWERLEVEL9K_DIR_DEFAULT_FOREGROUND='009'
|
|
||||||
export TERM="xterm-256color"
|
|
||||||
DEFAULT_USER=bauer
|
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda)
|
|
||||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs status time)
|
|
||||||
|
|
||||||
# Anaconda
|
|
||||||
POWERLEVEL9K_ANACONDA_RIGHT_DELIMITER='>'
|
|
||||||
POWERLEVEL9K_ANACONDA_LEFT_DELIMITER='<'
|
|
||||||
POWERLEVEL9K_ANACONDA_BACKGROUND='24'
|
|
||||||
POWERLEVEL9K_ANACONDA_FOREGROUND='111'
|
|
||||||
|
|
||||||
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
|
||||||
zprompt_theme='powerlevel9k'
|
|
||||||
#zprompt_theme='eriner'
|
|
||||||
#zprompt_theme='clint'
|
|
||||||
|
|
||||||
#
|
|
||||||
# Completion
|
|
||||||
#
|
|
||||||
|
|
||||||
# set an optional host-specific filename for the completion cache file
|
|
||||||
# if none is provided, the default '.zcompdump' is used.
|
|
||||||
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Utility
|
|
||||||
#
|
|
||||||
|
|
||||||
# Uncomment to enable command correction prompts
|
|
||||||
# See: http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput
|
|
||||||
#setopt CORRECT
|
|
||||||
|
|
||||||
#
|
|
||||||
# Input
|
|
||||||
#
|
|
||||||
|
|
||||||
# Uncomment to enable double-dot expansion.
|
|
||||||
# This appends '../' to your input for each '.' you type after an initial '..'
|
|
||||||
zdouble_dot_expand='true'
|
|
||||||
|
|
||||||
#
|
|
||||||
# Syntax-Highlighting
|
|
||||||
#
|
|
||||||
|
|
||||||
# This determines what highlighters will be used with the syntax-highlighting module.
|
|
||||||
# Documentation of the highlighters can be found here:
|
|
||||||
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
|
||||||
# For (u)rxvt, termite and gnome-terminal users,
|
|
||||||
# removing the 'cursor' highlighter will fix the disappearing cursor problem
|
|
||||||
zhighlighters=(main brackets)
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# SSH
|
|
||||||
#
|
|
||||||
zssh_ids=(id_rsa)
|
|
||||||
|
|
||||||
# Load these ssh identities with the ssh module
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Pacman
|
|
||||||
#
|
|
||||||
|
|
||||||
# Set (optional) pacman front-end.
|
|
||||||
#zpacman_frontend='powerpill'
|
|
||||||
|
|
||||||
# Load any helper scripts as defined here
|
|
||||||
#zpacman_helper=(aur)
|
|
||||||
@@ -1,7 +1,3 @@
|
|||||||
#export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
|
||||||
#[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
|
||||||
#source $HOME/bin/antigen.zsh
|
|
||||||
#antigen init $HOME/.antigenrc
|
|
||||||
source "${HOME}/.zgenrc"
|
source "${HOME}/.zgenrc"
|
||||||
|
|
||||||
# source other dotfiles
|
# source other dotfiles
|
||||||
|
|||||||
Reference in New Issue
Block a user