Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [andrzejl@icsserver ~]$ cat /home/andrzejl/.bashrc
- # .bashrc
- 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'
- # Source global definitions
- if [ -f /etc/bashrc ]; then
- . /etc/bashrc
- fi
- export DE=kde
- [andrzejl@icsserver ~]$
Advertisement
Add Comment
Please, Sign In to add comment