1
0
Fork 0
dotfiles-chip/.env

6 lines
120 B
Bash

export PS1='$USER@$HOSTNAME \w \$ '
alias ls='ls -F'
if ! command -v doas &> /dev/null; then
alias doas=sudo
fi