Skip to content
View Splinter1984's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Splinter1984

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Splinter1984/README.md

Metrics

Metrics

Pinned Loading

  1. lua-braille lua-braille Public

    convert *.png image to braille unicode table

    Lua 2

  2. git_branch.sh git_branch.sh
    1
    parse_git_branch() {
    2
     git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
    3
    }
    4
     
    5
    export PS1="\[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\]$ "