Updated konsole and init
This commit is contained in:
parent
5a6629631e
commit
8eefe3a2ff
6 changed files with 106 additions and 18 deletions
4
.bashrc
4
.bashrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue