Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
nano /etc/skel/.bash_logout
	insert "echo '' > ~/.bash_history"
nano /etc/profileskel/.bashrc
	uncomment force_color_prompt=yes
	edit PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ to
		PS1='${debian_chroot:+($debian_chroot)}\[\033[00m\]\u\[\033[01;33m\]@\[\033[01;32m\]\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$
nano /etc/profile
        #Custom Attributes Added by Admin
        linux_logo
        echo '' > ~/.bash_history
        cd ~
dircolors -p > /etc/skel/.dircolors
nano /etc/skel/.dircolors
	edit DIR 01;34 # directory to
	DIR 01;36 # directory

...