mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
🎨 more style, links fix
This commit is contained in:
parent
a00cd145a1
commit
baac2fd2f1
2343 changed files with 31637 additions and 5343 deletions
|
@ -8,7 +8,7 @@
|
|||
#+post_slug: le-bash-de-vos-rves
|
||||
#+post_url: https://www.ciperbliss.com/2015/le-bash-de-vos-rves
|
||||
#+post_title: le bash de vos rêves
|
||||
#+post_tags: null
|
||||
#+post_tags:
|
||||
#+post_type: post
|
||||
#+post_mime_types:
|
||||
#+post_guid: undefined
|
||||
|
@ -33,9 +33,11 @@ couleur, et hop vous avez le code a rajouter dans votre .bashrc pour
|
|||
mettre de la couleur dans votre console.
|
||||
|
||||
|
||||
|
||||
Essayez donc de mettre cette commande d'export à la fin de votre
|
||||
.bashrc, et de relancer bash.
|
||||
|
||||
|
||||
=$ nano ~/.bashrc==# titre du terminal personnaliséPROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'# prompt personnaliséexport PS1="\[\033[38;5;214m\]\T\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;192m\]\u\[$(tput sgr0)\]\[\033[38;5;42m\]@\[$(tput sgr0)\]\[\033[38;5;84m\]\h\[$(tput sgr0)\]\[\033[38;5;70m\]:\[$(tput sgr0)\]\[\033[38;5;6m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"=
|
||||
|
||||
on enregistre avec ctrl +o, on sort avec ctrl + x. et hop!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue