Skip to content
View kvlach's full-sized avatar
Block or Report

Block or report kvlach

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
kvlach/README.md

The Great Bash One-Liner

Make SSHing sane!

detach() { nohup "$@" >/dev/null 2>&1 & disown ; } ; c() { cd "$@" && clear && ls -lah ; } ; alias c.='c ..' ; alias l='ls -lah' ; alias e='vim' ; alias s='systemctl' ; alias d='docker' ; alias dc='docker compose' ; alias tf='terraform'

Pinned

  1. esix esix Public

    An 8086 disassembler.

    C

  2. janitorjeff janitorjeff Public

    A general purpose, cross-platform bot.

    Go