bashrc 168 B

123456789
  1. [[ $- != *i* ]] && return
  2. alias ls='ls --color=auto'
  3. export PS1="\[\033[1;34m\][\W] \[\033[0;0m\]"
  4. if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
  5. sway
  6. fi