diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-28 21:44:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-28 21:44:30 -0500 |
commit | 7886f787e04d000a3d6651864a4e2211f2d746bf (patch) | |
tree | 9094e34f93ee36fade899383550e38278a83d40d /hyperterm/themes | |
parent | a7e8b423593f7108cb3963a1790c5cdcfce8585a (diff) | |
download | hyperterm-7886f787e04d000a3d6651864a4e2211f2d746bf.tar.lz hyperterm-7886f787e04d000a3d6651864a4e2211f2d746bf.tar.xz hyperterm-7886f787e04d000a3d6651864a4e2211f2d746bf.zip |
Add basename of the working directory
Diffstat (limited to 'hyperterm/themes')
-rw-r--r-- | hyperterm/themes/simple.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperterm/themes/simple.sh b/hyperterm/themes/simple.sh index b111f32..afba275 100644 --- a/hyperterm/themes/simple.sh +++ b/hyperterm/themes/simple.sh @@ -14,7 +14,8 @@ __time_out_command() { \[${BOLD}${GREY}\]\ \$(exitstatus)\[$RESET\] \ \[${BOLD}${GREY}\]\ -\$(__time_out_command)\[$RESET\]\ +\$(__time_out_command)\[$RESET\] \ +\[${BOLD}${WHITE}\]\W\[$RESET\]\ \$(__prompt_git)\n\ \[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]}" |