chore(zsh): cleanup some of the config
This commit is contained in:
parent
dacffcdc35
commit
ebe7a7effb
9 changed files with 15 additions and 571 deletions
|
@ -1,12 +1,18 @@
|
|||
if [[ -z "$TMUX" ]]; then
|
||||
tmux new-session -A -s 0
|
||||
if [[ -o interactive ]]; then
|
||||
if [[ -z "$TMUX" ]]; then
|
||||
tmux new-session -A -s 0
|
||||
fi
|
||||
fi
|
||||
|
||||
source $ZDOTDIR/setup-history.zsh
|
||||
source $ZDOTDIR/prompts/simple-two-line.zsh
|
||||
source $ZDOTDIR/functions.zsh
|
||||
source $ZDOTDIR/plugins.zsh
|
||||
source $ZDOTDIR/theme.zsh
|
||||
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
||||
eval "$(atuin init zsh --disable-up-arrow)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue