2024-11-19 13:49:39 +01:00
|
|
|
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: 1dd28307-b0ba-4af9-97ac-26f3614a8909
|
|
|
|
:END:
|
|
|
|
|
|
|
|
#+title: le-bash-de-vos-rves
|
|
|
|
#+post_ID: 211
|
|
|
|
#+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
|
2024-11-19 23:50:42 +01:00
|
|
|
#+post_tags:
|
2024-11-19 13:49:39 +01:00
|
|
|
#+post_type: post
|
|
|
|
#+post_mime_types:
|
|
|
|
#+post_guid: undefined
|
|
|
|
#+post_status: publish
|
|
|
|
#+post_date_published: <2015-07-02T15:04:33>
|
|
|
|
#+post_date_modified: <2015-11-08T15:13:04>
|
|
|
|
#+post_index_page_roam_id: fa7f2a8c-2b94-4e42-bb4c-25c026ed7ff9
|
|
|
|
#+retrieved_from_db_at: <2024-11-18 16:25:08>
|
|
|
|
|
|
|
|
|
|
|
|
* le bash de vos rêves
|
|
|
|
:PROPERTIES:
|
|
|
|
:CUSTOM_ID: le-bash-de-vos-rêves
|
|
|
|
:END:
|
|
|
|
|
|
|
|
on peut personnaliser son bash ultrafacilement grâce a ce merveilleux
|
|
|
|
site, bashrcgenerator:[[http://bashrcgenerator.com/]]
|
|
|
|
|
|
|
|
|
|
|
|
glissez déposez les éléments, cliquez sur un élément pour choisir sa
|
|
|
|
couleur, et hop vous avez le code a rajouter dans votre .bashrc pour
|
|
|
|
mettre de la couleur dans votre console.
|
|
|
|
|
|
|
|
|
2024-11-19 23:50:42 +01:00
|
|
|
|
2024-11-19 13:49:39 +01:00
|
|
|
Essayez donc de mettre cette commande d'export à la fin de votre
|
|
|
|
.bashrc, et de relancer bash.
|
|
|
|
|
2024-11-19 23:50:42 +01:00
|
|
|
|
2024-11-19 13:49:39 +01:00
|
|
|
=$ 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!
|
|
|
|
|
|
|
|
=$ bash=
|
|
|
|
|
|
|
|
et vouala:
|
|
|
|
|
|
|
|
|
|
|
|
#+begin_quote
|
|
|
|
|
|
|
|
<<preview>>
|
|
|
|
02:23:52tykay@mycomputer:/usr/local/src
|
|
|
|
|
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
Arpès, si vous êtes des fifous, vous pouvez aussi
|
|
|
|
blinder votre prompt en lui rajoutant des infos du dépôt git dans lequel
|
|
|
|
vous vous trouvez.
|