Skip to content

Termcaps#1

Open
hugues wants to merge 5 commits into
masterfrom
termcaps
Open

Termcaps#1
hugues wants to merge 5 commits into
masterfrom
termcaps

Conversation

@hugues

@hugues hugues commented Oct 18, 2023

Copy link
Copy Markdown
Owner

No description provided.

Comment thread 10_Environment.zsh
Comment on lines +55 to +58
chars[lT]="$termcap[as]u$termcap[ae]"
chars[uT]="$termcap[as]v$termcap[ae]"
chars[dT]="$termcap[as]w$termcap[ae]"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oulah

Comment thread 12_Prompts.zsh Outdated
# Date
[ "$DEBUG" = "yes" ] && echo -n " Date..."
DATE=$C_$prompt_colors[border]$_C"$chars[rT] "$C_$prompt_colors[date]$_C"%D{%a-%d-%b-%Y %H:%M:%S}"$C_$prompt_colors[border]$_C" $chars[lT]"$C_$prompt_colors[border]$_C$chars['-']
DATE=$C_$prompt_colors[border]$_C"$chars[lT] "$C_$prompt_colors[date]$_C"%D{%a-%d-%b-%Y %H:%M:%S}"$C_$prompt_colors[border]$_C" $chars[rT]"$C_$prompt_colors[border]$_C$chars['-']

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmm kay

Comment thread 12_Prompts.zsh

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Comment thread 01_Functions.zsh
for i in {1..$(($COLUMNS - ${#1} - 5))}
do
hbar=$hbar-
hbar=${hbar}q

@hugues hugues Oct 18, 2023

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • réindenter le code

Comment thread 01_Functions.zsh

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ message de commit : corriger l’erreur de Fphrapppe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant