```
PS1='\[\033[01;31m\][\h\[\033[01;36m\] \W\[\033[01;31m\]]\$\[\033[00m\] '
```
I use this to make my terminal prompt look a bit more colorful. (set in my .bashrc)
Also I use this to make it easier to copy data and open files / folders.
```
alias clip='xclip -selection clipboard'
alias open='xdg-open'
```
Not having my entire window manager freeze when I close a terminal is a huge productivity boost so far. 🤪
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.