first actual commit
This commit is contained in:
parent
aa16f5fcd7
commit
90ce863297
25 changed files with 1668 additions and 0 deletions
15
.bashrc
Normal file
15
.bashrc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# ~/.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue