Better
This commit is contained in:
parent
4802b9d023
commit
25205e0543
1 changed files with 3 additions and 4 deletions
7
bashrc
7
bashrc
|
@ -1,9 +1,5 @@
|
|||
#####POUR PAS S'ECRIRE DESSUS
|
||||
shopt -s checkwinsize
|
||||
|
||||
#Launch startx when login
|
||||
[[ -z $DISPLAY && $XDG_VTNR -le 4 && -z $SSH_CLIENT ]] && exec startx
|
||||
|
||||
shopt -s histappend
|
||||
PROMPT_COMMAND='history -a'
|
||||
|
||||
|
@ -168,3 +164,6 @@ extract() {
|
|||
done
|
||||
return $e
|
||||
}
|
||||
|
||||
#Launch startx when login
|
||||
[[ -z $DISPLAY && $XDG_VTNR -le 4 && -z $SSH_CLIENT ]] && exec startx
|
||||
|
|
Loading…
Reference in a new issue