# # ~/.bashrc # # If not running interactively, don't do anything [[ $- != *i* ]] && return alias ls='ls --color=auto' alias grep='grep --color=auto' alias lsp='ls -al --color=auto' alias modosexo='kscreen-doctor output.DP-2.rotation.right' alias nomodosexo='kscreen-doctor output.DP-2.rotation.none' PS1='[\u@\h \W]\$ ' export VITASDK=/usr/local/vitasdk export PATH=$VITASDK/bin:$PATH