Linux Index

/etc/bash/bashrc or any other profile file

These are my aliases I append to my /etc/bash/bashrc file on Gentoo. You can also place these aliases in /etc/profile or ~/.bash_profile or ~/.bashrc. You may want to read up on which is best for you and your system.

PS1="\n\t \u@\h \w $ "

alias mv="mv -i"
alias cp="cp -i"
alias rm="rm -i"
alias ls="ls -p"
alias ll="ls -l"
alias ltr="ls -ltr"
alias pico="pico -r3000"
alias htdocs="cd /var/www/localhost/htdocs"
alias es="esearch -S"
#> -bg background-color, -fg color, -sl scroll back lines 65535 max, -sr scroll bar on right, -tn terminal-emulation (Useful when a server doesn't recognize your terminal type)
alias mrxvt="mrxvt -bg black -fg darkgreen -sl 65535 -sr -tn xterm"

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.