[UPDATE] zsh config i think im done for now lol
This commit is contained in:
@@ -60,8 +60,8 @@ ZSH_CUSTOM=/home/daveanand/.config/nvim/zsh/custom
|
|||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
zsh-syntax-highlighting
|
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@@ -83,3 +83,5 @@ fi
|
|||||||
# export ARCHFLAGS="-arch $(uname -m)"
|
# export ARCHFLAGS="-arch $(uname -m)"
|
||||||
|
|
||||||
export PATH="$PATH:/usr/bin"
|
export PATH="$PATH:/usr/bin"
|
||||||
|
|
||||||
|
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ GREY="#303030"
|
|||||||
VIOLET="#d183e8"
|
VIOLET="#d183e8"
|
||||||
BLACK='#080808'
|
BLACK='#080808'
|
||||||
CURRENT_BG='NONE'
|
CURRENT_BG='NONE'
|
||||||
SUPER_USER_COLOUR='#f968f7'
|
SUPER_USER_COLOUR='#970000'
|
||||||
USER_COLOUR='#5d009f'
|
USER_COLOUR='#5d009f'
|
||||||
if [[ -z "$PRIMARY_FG" ]]; then
|
if [[ -z "$PRIMARY_FG" ]]; then
|
||||||
PRIMARY_FG=$VIOLET
|
PRIMARY_FG=$VIOLET
|
||||||
@@ -121,7 +121,7 @@ prompt_status() {
|
|||||||
# Display current virtual environment
|
# Display current virtual environment
|
||||||
prompt_virtualenv() {
|
prompt_virtualenv() {
|
||||||
if [[ -n $VIRTUAL_ENV ]]; then
|
if [[ -n $VIRTUAL_ENV ]]; then
|
||||||
color=cyan
|
color='#035909'
|
||||||
prompt_segment $color $PRIMARY_FG
|
prompt_segment $color $PRIMARY_FG
|
||||||
print -Pn " $(basename $VIRTUAL_ENV) "
|
print -Pn " $(basename $VIRTUAL_ENV) "
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user