Skip to content

Instantly share code, notes, and snippets.

View mohammad5305's full-sized avatar

mohammad.b mohammad5305

  • Iran, mashhad
View GitHub Profile
@mohammad5305
mohammad5305 / sashimi-bash
Last active January 4, 2023 19:08
sashimi fish prompt ported to bash
PROMPT_COMMAND=__prompt_command
__prompt_command() {
local EXIT="$?" # This needs to be first
PS1=""
cyan="\e[1;36m"
yellow="\e[0;33m"
red="\e[0;31m"
blue="\e[0;34m"
green="\e[1;32m"