tho

joined 5 years ago
[–] [email protected] 1 points 1 month ago (1 children)

what is that editor? it looks very cool

[–] [email protected] 4 points 5 months ago (1 children)

if only it recognized my wifi card, which it doesn't. neither 10 nor 11 do

[–] [email protected] 6 points 7 months ago (2 children)

more like a week

[–] [email protected] 8 points 8 months ago

freebsd is 14 something too

[–] [email protected] 6 points 8 months ago
[–] [email protected] 1 points 9 months ago (1 children)
[–] [email protected] 78 points 1 year ago (3 children)

i will never grow tired repeating this: systemd is the best thing that happened to linux in the 10s

[–] [email protected] 0 points 1 year ago (1 children)

No, it's just a wireguard config

 

subject

[–] [email protected] 2 points 1 year ago

same for gh (github cli)

gh() {
  if [[ "$1" = repo && "$2" = clone ]]; then
    shift
    shift
    set -- repo clone "$@" -- --recursive
  fi
  command gh "$@"
}
[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

the only thing this does is add "--recursive" to every git clone invocation


git() {
  if [ "$1" = clone ]; then
    shift
    set -- clone --recursive "$@"
  fi
  command git "$@"
}
[–] [email protected] 2 points 1 year ago

in zsh you can just forbid it to save duplicates

 

this is my favorite song of all time. enjoy!

 

you know, where you post your interests and hobbies and a preferred messenger and people message you and become friends. something like r/r4r on reddit?

view more: next ›