16 lines
411 B
Bash
16 lines
411 B
Bash
#
|
|
# ~/.bashrc
|
|
#
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
bind Space:magic-space
|
|
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
|