diff options
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index b62655e..cb1ef7a 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -13,19 +13,19 @@ export TERMINAL="alacritty" export BROWSER="chromium" export WEBKIT_FORCE_SANDBOX=0 export PF_INFO="ascii title os memory uptime editor wm shell" -export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin" +export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin" export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true export DOTNET_CLI_TELEMTRY_OPTOUT=1 export force_color_prompt=yes export DOTNET_ROOT=~/.local/src/dotnet export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" -# Import path to systemd -systemctl --user import-environment PATH SSH_AUTH_SOCK - # Setup debuginfod sh /etc/profile.d/debuginfod.sh +# Import path to systemd +systemctl --user import-environment PATH SSH_AUTH_SOCK + # Run some programs echo "Welcome to..." figlet "Arch Linux" |