Live data from Hacker News

Viewing profile — gr4viton

gr4viton

HN member
Joined
Mon, Jan 14, 2019, 9:03 AM UTC
HN karma
1
Public activity
3 items

About gr4viton

No profile information was provided.

Recent public activity

  1. comment
    Comment #18901761

    Plus `ask_yes` if you want to ask if user is sure. ask_yes () { read -r -p "$1 = Are you sure? [y/N] " response if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]] then return 0 # true …

  2. comment
    Comment #18901743

    Well the most used, and first thing i add when i get to a new system is: rcbash='~/.bashrc' alias src="source $rcbash" alias vrc="vim $rcbash" alias vimo="vim -O" # vsplit files An…

  3. comment
    Comment #18901689

    for the `mkae` you should really use `thefuck` cli anti-typo tool ;) https://github.com/nvbn/thefuck