mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
antigen and laptop polybar
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
antigen use oh-my-zsh --debug
|
||||
antigen use oh-my-zsh
|
||||
|
||||
# bundles
|
||||
antigen bundle git
|
||||
antigen bundle zsh-users/zsh-completions
|
||||
antigen bundle pip
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
antigen bundle zsh-users/zsh-history-substring-search
|
||||
#antigen bundle git
|
||||
#antigen bundle zsh-users/zsh-completions
|
||||
#antigen bundle pip
|
||||
#antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
#antigen bundle zsh-users/zsh-history-substring-search
|
||||
|
||||
antigen bundle command-not-found
|
||||
|
||||
@@ -24,4 +24,4 @@ POWERLEVEL9K_ANACONDA_FOREGROUND='111'
|
||||
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
||||
antigen theme bhilburn/powerlevel9k powerlevel9k
|
||||
|
||||
antigen apply
|
||||
#antigen apply
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
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
|
||||
|
||||
#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 other dotfiles
|
||||
source $HOME/.environment
|
||||
@@ -42,6 +42,6 @@ eval "$(fasd --init auto)"
|
||||
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"
|
||||
|
||||
# snakemake autocomplete
|
||||
if hash snakemake 2>/dev/null; then
|
||||
compdef _gnu_generic snakemake
|
||||
fi
|
||||
#if hash snakemake 2>/dev/null; then
|
||||
# compdef _gnu_generic snakemake
|
||||
#fi
|
||||
|
||||
Reference in New Issue
Block a user