Viewing profile — gr4viton
gr4viton
HN member- Joined
- Mon, Jan 14, 2019, 9:03 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About gr4viton
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
comment
Comment #18901689
for the `mkae` you should really use `thefuck` cli anti-typo tool ;) https://github.com/nvbn/thefuck