tho

joined 4 years ago
[–] tho@lemmy.ml 1 points 1 week ago (1 children)

what is that editor? it looks very cool

[–] tho@lemmy.ml 8 points 8 months ago

freebsd is 14 something too

[–] tho@lemmy.ml 7 points 8 months ago
[–] tho@lemmy.ml 1 points 8 months ago (1 children)
[–] tho@lemmy.ml 4 points 10 months ago (1 children)
[–] tho@lemmy.ml 78 points 11 months ago (3 children)

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

[–] tho@lemmy.ml -1 points 11 months ago (1 children)

No, it's just a wireguard config

[–] tho@lemmy.ml 3 points 11 months ago (2 children)

what if i use DoH?

 

subject

[–] tho@lemmy.ml 2 points 11 months ago

same for gh (github cli)

gh() {
  if [[ "$1" = repo && "$2" = clone ]]; then
    shift
    shift
    set -- repo clone "$@" -- --recursive
  fi
  command gh "$@"
}
[–] tho@lemmy.ml 5 points 11 months ago* (last edited 11 months 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 "$@"
}
[–] tho@lemmy.ml 2 points 11 months ago

in zsh you can just forbid it to save duplicates

[–] tho@lemmy.ml 5 points 11 months ago* (last edited 11 months ago)
ccd() {
  mkdir "$1" && cd "$1"
}
 

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 ›