mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 15:49:40 +01:00
Do not overwrite settings
This commit is contained in:
parent
6b84c8b6bc
commit
2aa2565958
2
.zshrc
2
.zshrc
@ -171,6 +171,7 @@ eval "$(pyenv virtualenv-init -)"
|
|||||||
|
|
||||||
|
|
||||||
# If not in tmux session, add battery and time to prompt
|
# If not in tmux session, add battery and time to prompt
|
||||||
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
[[ -n $TMUX ]] || POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS+=(battery time)
|
[[ -n $TMUX ]] || POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS+=(battery time)
|
||||||
|
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
@ -202,4 +203,3 @@ export FZF_DEFAULT_OPTS='--bind change:top'
|
|||||||
autoload -U compinit; compinit -y
|
autoload -U compinit; compinit -y
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user