Update dot_config/zsh/export.zsh
This commit is contained in:
parent
f95e690cfc
commit
fb1b2b2d3f
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ export FZF_MARKS_FILE="$HOME/.config/fzfmarks"
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
export LESSHISTFILE="-"
|
export LESSHISTFILE="-"
|
||||||
export OMZ="$Z4H/ohmyzsh/ohmyzsh"
|
export OMZ="$Z4H/ohmyzsh/ohmyzsh"
|
||||||
export OMZP="$OMZ/plugins"
|
export OMP="$OMZ/plugins"
|
||||||
export OMZL="$OMZ/lib"
|
export OML="$OMZ/lib"
|
||||||
|
|
||||||
# Sheldon
|
# Sheldon
|
||||||
export SHELDON_CONFIG_DIR="$HOME/.config/sheldon"
|
export SHELDON_CONFIG_DIR="$HOME/.config/sheldon"
|
||||||
|
@ -30,4 +30,4 @@ export SHELDON_CLONE_DIR="$SHELDON_DATA_DIR/repos"
|
||||||
export SHELDON_DOWNLOAD_DIR="$SHELDON_DATA_DIR/downloads"
|
export SHELDON_DOWNLOAD_DIR="$SHELDON_DATA_DIR/downloads"
|
||||||
|
|
||||||
# Starship
|
# Starship
|
||||||
export STARSHIP_CONFIG="$HOME/.config/starship/config.toml"
|
#export STARSHIP_CONFIG="$HOME/.config/starship/config.toml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue