Skip to content
View Splinter1984's full-sized avatar
:octocat:
SEE YOU SPACE SAMURAI
:octocat:
SEE YOU SPACE SAMURAI
Block or Report

Block or report Splinter1984

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Splinter1984/README.md

Metrics

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="\u@\h\[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\]$ "