Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Sep 3, 2023
1 parent 2aa7b56 commit 41cae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile.d/duck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _prompt_command() {
local tree=$(find "$CODESPACE_VSCODE_FOLDER" -not -path '*/\.*' \( -type d -printf '%P/ \n' , -type f -printf '%P\n' \))

# Typescript as text
local text=$(echo "$typescript" | ansi2txt)
local text=$(echo "$typescript" | ansi2txt | col -b)

# Typescript as HTML (unused for now)
local html=$(echo "$typescript" | ansi2html)
Expand Down

0 comments on commit 41cae06

Please sign in to comment.