.profile: moved path exports here from fish conf

This commit is contained in:
dogeystamp 2023-06-21 12:23:38 -04:00
parent 7cda582e5c
commit 22c168d67a
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 11 additions and 11 deletions

View File

@ -7,17 +7,6 @@ source ~/.config/fish/aliases.fish
# Set GPG_TTY
gpgt
# Add .local/bin to path
set -gx PATH "$PATH:$HOME/.local/bin:"
set -gx PATH "$PATH:$HOME/.local/bin/deskutils:"
set -gx PATH "$PATH:$HOME/.local/bin/deskutils/soundboard:"
set -gx PATH "$PATH:$XDG_DATA_HOME/npm/bin"
set -gx PATH "$PATH:$XDG_DATA_HOME/go/bin"
# cppman can't set it itself for some reason
set -gx MANPATH "$MANPATH:/home/dogeystamp/.cache/cppman/"
# Disable fish greeting
set fish_greeting ""

View File

@ -69,4 +69,15 @@ else
. "$XDG_CONFIG_HOME"/dot_profile
fi
# Add .local/bin to path
export PATH="$PATH":~/.local/bin
export PATH="$PATH":~/.local/bin/deskutils
export PATH="$PATH":~/.local/bin/deskutils/soundboard
export PATH="$PATH":"$XDG_DATA_HOME"/npm/bin
export PATH="$PATH":"$XDG_DATA_HOME"/go/bin
# cppman can't set it itself for some reason
export MANPATH="$MANPATH":~/.cache/cppman/
. .config/bashrc