This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.bashrc snippet — bash port of Dinir's fish_prompt.fish | |
| # Converted by Claude Opus 4.7. | |
| # Drop this into your ~/.bashrc (or source it from there). | |
| # ---- Color shortcuts (raw ANSI; wrapped with \[\] when used in PS1) ---- | |
| __c_blk=$'\e[30m'; __c_red=$'\e[31m'; __c_grn=$'\e[32m' | |
| __c_yel=$'\e[33m'; __c_blu=$'\e[34m'; __c_mgt=$'\e[35m' | |
| __c_cyn=$'\e[36m'; __c_lgry=$'\e[37m' | |
| __c_gry=$'\e[1;30m'; __c_lred=$'\e[1;31m'; __c_lgrn=$'\e[1;32m' | |
| __c_lyel=$'\e[1;33m';__c_lblu=$'\e[1;34m'; __c_lmgt=$'\e[1;35m' |
NewerOlder