[[The bashrc and bash_profile Scripts|zshrc]] custom stuff
```bash
export PATH="$PATH:$HOME/Applications/bin"
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='nano'
else
export EDITOR='nano'
fi
alias c="clear"
# load custom theme
source ~/powerlevel10k/powerlevel10k.zsh-theme
```
---
#### ToDo - Custom uv indicator
[[uv]] on the right ? Currently only after explicitly sourcing