mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
profile: add surface-scripts directory to $PATH
This commit is contained in:
parent
e3b276aecf
commit
20e01667f9
2
.profile
2
.profile
@ -5,7 +5,7 @@ export LC_NUMERIC=en_GB
|
||||
export CONFIG_DIR="$HOME/.config"
|
||||
export XDG_CONFIG_HOME="$CONFIG_DIR"
|
||||
export DOTFILES="$CONFIG_DIR/dotfiles"
|
||||
export PATH="${PATH}:$DOTFILES/scripts"
|
||||
export PATH="${PATH}:$DOTFILES/scripts:$HOME/.local/share/surface-scripts"
|
||||
export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
|
||||
|
||||
# Allow Vim to load from ~/.config/vim
|
||||
|
Loading…
Reference in New Issue
Block a user