Updated konsole and init

This commit is contained in:
Hane 2025-11-02 19:32:03 +01:00
commit 8eefe3a2ff
6 changed files with 106 additions and 18 deletions

View file

@ -59,7 +59,6 @@ PS1="${BORANGE}${FINDIANRED}\$(exitstatus $(echo '$?'))${RESET}${FDSG}${BINDIANR
# PS1='[\u@\h \W]\$ '
# fi
bind Space:magic-space
alias ls='ls --color=auto'
alias grep='grep --color=auto'
@ -68,5 +67,8 @@ alias modosexo='kscreen-doctor output.DP-2.rotation.right'
alias nomodosexo='kscreen-doctor output.DP-2.rotation.none'
alias clear='clear -x && __prompt_to_bottom_line'
#No icons
echo -e "\033]32;\007" && tput cuu 1 && tput el && clear
export VITASDK=/usr/local/vitasdk
export PATH=$VITASDK/bin:$PATH