Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7808

Off topic discussion • Re: Post your .bashrc

$
0
0
Mine are mostly stock with the following appended:

Code:

export XAUTHORITY=~/.Xauthority
Aliases live in ~/.bash_aliases:

Code:

#! /bin/bashif [ -e /usr/bin/gksudo ]then  alias gksudo='gksudo -g'#  alias sudo='gksudo -g'else  alias gksudo='sudo'fiif [ -e /usr/bin/gksu ]then  alias gksu='gksu -g'#  alias su='gksu -g'else  alias gksu='su'fialias h='history'alias hg='history|grep -i'alias thonny='thonny > /dev/null'alias ls='ls --color=auto -h'

Statistics: Posted by thagrol — Sun Oct 27, 2024 2:20 pm



Viewing all articles
Browse latest Browse all 7808

Trending Articles