Linux/2-Config/bashrc

From Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Ubuntu 20.04

  • ~/.bashrc
-
  • /root/.bashrc
force_color_prompt=yes     # uncomment

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

  # change first "32m" to "31m"

~/.bash_aliases

touch .bash_aliases
  • systemctl without page breaks
alias systemctl='systemctl --no-pager'