.profile: moved path exports here from fish conf
This commit is contained in:
parent
7cda582e5c
commit
22c168d67a
@ -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 ""
|
||||
|
||||
|
11
src/.profile
11
src/.profile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user