

7·
4 months agoI can’t even install Rust…


I can’t even install Rust…
# Copy pwd into clipboard using pbcopy
alias cpwd="pwd | tr -d '\n' | pbcopy && echo 'pwd copied into clipboard'"
# grep search the current directory
function lg() {
ls -alt | grep $1
}
I still don’t know how Wine works and I’m a Linux advocate.