bash_profile (404B)
1 # 2 # ~/.bash_profile 3 # 4 5 [[ -f ~/.bashrc ]] && . ~/.bashrc 6 7 [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1 8 9 #synclient TapButton1=1 10 #synclient TapButton2=3 11 #export PROBA="Ueseeeee_;)" 12 #sh /etc/profile.d/touchpad_pilluko.sh 13 export NNN_FIFO=/tmp/nnn.fifo 14 export HISTSIZE=10000 15 # Esto e para que no reverse search podas ir para adiante e atras con 16 # Ctrl + R (Adiante), Ctrl + S (Atras) 17 stty -ixon