#top Strona testowa

[<<]|[<]|[^]|[v]|[>]|[>>]|[Zwiń]|[#top]|[X]

main-test

#top bash_profile

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH



#top bashrc

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

# User specific aliases and functions
# color PS1 causes bad behavior in completion in first arg: mv /path1/s /path2/
#export PS1="[\[\033[01;32m\]\u@\h\[\033[00m\] \[\033[01;34m\]\W\[\033[00m\]]\\$ "
#export PS1="[\[\033[02;32m\]\u@\h\[\033[00m\] \[\033[02;34m\]\W\[\033[00m\]]\$ "
export LD_LIBRARY_PATH=/home/local/lib
export GTK2_RC_FILES="/etc/gtk-2.0/gtkrc:/home/user/.gtkrc-2.0:/home/user/.kde/share/config/gtkrc-2.0"




Zmodyfikowany ostatnio: 2016/03/15 19:30:27 (8 lat temu), textsize: 814 B, htmlsize: 3,16 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników
0:   (2016/03/15 20:22:21)  
bluray@wbcd.pl