Skip to content

Commit

Permalink
rename trial theme to demo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 8, 2023
1 parent 9eb7704 commit f1e3d58
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions themes/demo.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

PROMPT_COMMAND="printf '%s' 'DorothyDemo> '"
2 changes: 1 addition & 1 deletion themes/trial.fish → themes/demo.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env fish

function fish_prompt
printf 'DorothyTrial> '
printf 'DorothyDemo> '
end
3 changes: 3 additions & 0 deletions themes/demo.nu
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env nu

$env.PROMPT_COMMAND = 'DorothyDemo'
2 changes: 1 addition & 1 deletion themes/trial.zsh → themes/demo.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env zsh

precmd() {
printf 'DorothyTrial> '
printf 'DorothyDemo> '
}
3 changes: 0 additions & 3 deletions themes/trial.bash

This file was deleted.

3 changes: 0 additions & 3 deletions themes/trial.nu

This file was deleted.

0 comments on commit f1e3d58

Please sign in to comment.