Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@icsserver andrzejl]# cat /root/.bashrc
- # .bashrc
- PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/kde4/libexec
- ENV=$HOME/.bashrc
- USERNAME="root"
- export USERNAME ENV PATH
- export $(dbus-launch)
- # User specific aliases and functions
- alias ssh='ssh -Y'
- alias procesy='ps -A -o pid,stat,pmem,pcpu,start,etime,comm,user --sort=-pcpu'
- alias konq='konqueror --profile filemanagement&'
- # Source global definitions
- if [ -f /etc/bashrc ]; then
- . /etc/bashrc
- fi
- # fif=Find in File (maik3531)
- # e.g. to search for the word 'pencil' in all documents of a given
- # directory open a konsole, cd to the directory, and run: fif "pencil"
- fif() {
- find . -type f -print | xargs grep --color=auto "$1" 2> /dev/null
- }
- # This line was appended by KDE
- # Make sure our customised gtkrc file is loaded.
- export GTK2_RC_FILES=$HOME/.gtkrc-2.0
- export PS1='\[\033[01;31m\][\u@\h \W]\$\[\033[00m\] '
- export DE=kde
- [root@icsserver andrzejl]#
Advertisement
Add Comment
Please, Sign In to add comment