Skip to content

Commit

Permalink
Github actions debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent e442f32 commit 4f79459
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bind '"\e[B":history-search-forward'
set +H
shopt -s histappend

echo $PATH
export PATH="$HOME/.dotfiles/bin:$HOME/.cargo/bin:/usr/local/opt:/usr/local/bin:/usr/local/sbin:/usr/local/lib/node:$PATH"
export EDITOR='code --wait'
export GUI_EDITOR=$EDITOR
Expand Down
4 changes: 4 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
if [[ ! "$PATH" =~ *"$HOME/.dotfiles/bin:"* ]]; then
export PATH="$HOME/.dotfiles/bin:$PATH"
fi

export PS2='\[\033[2K\r$(prompt_base_style)\]> \[\033]0m\]'
export PS1='\[\033[2K\r$(prompt_base_style)\]\w\[\033[38;5;205m\]$(prompt_version)\[$(prompt_git_color)\]$(prompt_git)\[\033[38;5;199m\]> \[\033[0m\]'
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env
~/.dotfiles/scripts/install.sh
echo 'ci.sh after install.sh env:'
env
. ~/.bash_profile
. ~/.bashrc
echo 'ci.sh after source bash_profile env:'
env
git config --global commit.gpgsign false
Expand Down

0 comments on commit 4f79459

Please sign in to comment.