Added nonexistent Theme to config
This commit is contained in:
parent
610bde4c77
commit
54b408d513
1 changed files with 15 additions and 0 deletions
15
.zshrc
15
.zshrc
|
@ -1,5 +1,17 @@
|
||||||
# My .zshrc the core for everything
|
# My .zshrc the core for everything
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
# Configurations:
|
||||||
|
#
|
||||||
|
## The Oh-my-posh theme to use.
|
||||||
|
## Possible values: basic
|
||||||
|
#
|
||||||
|
OMP_THEME="basic"
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Code:
|
||||||
|
#
|
||||||
|
#
|
||||||
# Colored ls
|
# Colored ls
|
||||||
alias ls=ls --color=auto
|
alias ls=ls --color=auto
|
||||||
#
|
#
|
||||||
|
@ -30,6 +42,9 @@ esac
|
||||||
OMP_PATH="$HOME/.config/oh-my-posh"
|
OMP_PATH="$HOME/.config/oh-my-posh"
|
||||||
[ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)"
|
[ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)"
|
||||||
#
|
#
|
||||||
|
# Set the path to the OMP Theme
|
||||||
|
OMP_THEME_PATH="$OMP_PATH/$OMP_THEME.toml"
|
||||||
|
#
|
||||||
# Set the OMP target Platform
|
# Set the OMP target Platform
|
||||||
OMP_TARGET="$platform-$arch"
|
OMP_TARGET="$platform-$arch"
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue