add configuration files
This commit is contained in:
15
.bash_profile
Normal file
15
.bash_profile
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
# if running bash
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
# set PATH variables
|
||||
[[ -d ~/.local/bin ]] && PATH="$PATH:$HOME/.local/bin"
|
||||
#[[ -d ~/.local/venv/bin ]] && PATH="$PATH:$HOME/.local/venv/bin"
|
||||
[[ -d ~/.dotnet/tools ]] && PATH="$PATH:$HOME/.dotnet/tools"
|
||||
|
||||
# set LD_LIBRARY_PATH variables
|
||||
#[[ -d ~/.local/venv/lib ]] && LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/.local/venv/lib"
|
||||
|
||||
Reference in New Issue
Block a user