first actual commit

This commit is contained in:
Hane 2024-07-05 02:06:35 +02:00
commit 90ce863297
25 changed files with 1668 additions and 0 deletions

15
.bashrc Normal file
View 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