Skip to content

Commit

Permalink
fish: variables: Add shorthand versions of PYTHON folder variables
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 8, 2024
1 parent d3ed5a2 commit 1eb343f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fish/conf.d/variables.fish
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ set -gx PYTHON_FOLDER $ENV_FOLDER/python
set -gx PYTHON_LIB_FOLDER $PYTHON_FOLDER/lib
set -gx PYTHON_SCRIPTS_FOLDER $PYTHON_FOLDER/scripts
set -gx PYTHON_SETUP_FOLDER $PYTHON_FOLDER/setup
# shorthand version for use in interactive sessions or vim
set -gx PY_L $PYTHON_LIB_FOLDER
set -gx PY_S $PYTHON_SCRIPTS_FOLDER
set -gx PY_ST $PYTHON_SETUP_FOLDER

set -gx TMP_BUILD_FOLDER $TMP_FOLDER/build

Expand Down

0 comments on commit 1eb343f

Please sign in to comment.