Fix exported environment variables

This commit is contained in:
Fabio Scotto di Santolo
2025-08-08 23:54:11 +02:00
parent 37034ef693
commit 23e8ed4ace
2 changed files with 25 additions and 9 deletions

View File

@@ -4,8 +4,6 @@
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
[[ ! -f ~/.zshenv ]] || source ~/.zshenv
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
@@ -89,6 +87,8 @@ source $ZSH/oh-my-zsh.sh
# User configuration
[[ ! -f ~/.zshenv ]] || source ~/.zshenv
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment