.dotfiles/.bashrc
2024-07-05 02:08:16 +02:00

15 lines
388 B
Bash

#
# ~/.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