moved scripts folder to root directory
This commit is contained in:
@@ -56,8 +56,8 @@ export TERM="xterm-256color"
|
|||||||
|
|
||||||
# extend PATH variable
|
# extend PATH variable
|
||||||
# export PATH=$PATH:~/path/to/add
|
# export PATH=$PATH:~/path/to/add
|
||||||
if [[ "$PATH" != *"dotfiles/misc/scripts/"* ]]; then
|
if [[ "$PATH" != *"dotfiles/scripts/"* ]]; then
|
||||||
export PATH=$PATH:$HOME/dotfiles/misc/scripts/
|
export PATH=$PATH:$HOME/dotfiles/scripts/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# setup `starship`
|
# setup `starship`
|
||||||
@@ -67,7 +67,7 @@ eval "$(starship init bash)"
|
|||||||
source ~/.bash_alias
|
source ~/.bash_alias
|
||||||
|
|
||||||
## source custom functions for specific purposes
|
## source custom functions for specific purposes
|
||||||
script_path=${HOME}/dotfiles/misc/scripts/
|
script_path=${HOME}/dotfiles/scripts/
|
||||||
source_list=()
|
source_list=()
|
||||||
source_list+=("${script_path}/navigate_bash_setup.sh")
|
source_list+=("${script_path}/navigate_bash_setup.sh")
|
||||||
source_list+=("${script_path}/fzf-bash-history")
|
source_list+=("${script_path}/fzf-bash-history")
|
||||||
|
|||||||
Reference in New Issue
Block a user