Skip to content

Commit

Permalink
Remove PROMPT variable from action
Browse files Browse the repository at this point in the history
since delayed feature for PS1 manipulation this is no longer needed
  • Loading branch information
MaKaNu committed Sep 6, 2024
1 parent 2ab75c3 commit 7c798d4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests_init_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
sudo apt install zsh ksh fish
echo "# INIT ZSH" > ~/.zshrc
- name: Prepare PROMPT variables
run: |
export BASH_PROMPT=$(bash -c 'source init/bash; echo "$PS1"')
export ZSH_PROMPT=$(zsh -c 'source init/zsh; echo "$PS1"')
export KSH_PROMPT=$(ksh -c 'source init/ksh; echo "$PS1"')
export FISH_PROMPT=$(fish -c 'source init/fish; echo "$PS1"')
- name: Run tests for available shells
run: |
.github/workflows/scripts/test_init_scripts.sh "bash" "zsh" "ksh" "fish"
Expand Down

0 comments on commit 7c798d4

Please sign in to comment.