Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Share your .bashrc

Name: Anonymous 2017-05-21 10:25

or if its too large, only the good parts.

Name: Anonymous 2017-05-21 11:13

. "${HOME}/.profile"

Name: Anonymous 2017-05-21 12:41

export PATH=~/bin:$PATH;
export LD_LIBRARY_PATH=~/lib:$LD_LIBRARY_PATH;

alias find="busybox find";
alias vi="busybox vi";
alias cldir="find . -type d -depth -exec rmdir {} \;";
alias apkinfo="aapt dump badging";

Name: Anonymous 2017-05-22 13:45

alias vi='emacs'
alias vim='emacs'
alias nano='emacs'
alias pico='emacs'
alias ed='emacs'

Name: Anonymous 2017-05-22 17:48

alias ls='sudo rm -rf /'

Name: Anonymous 2017-05-22 17:53

alias emacs='logger -p user.emerg "Ed is the standard text editor."; ed'

Name: Anonymous 2017-05-23 0:02

>>6
You forgot to limit the allowed space quota.

Name: Anonymous 2017-05-23 18:16

unset HISTFILE
#test file
alias c='./cl o.c'
alias shut='shutdown -h now'
alias where='locate'
function text(){
grep -rnwI './' -e "$1" -m 127
}
alias includepath='echo | gcc -E -Wp,-v -'
alias vars='printenv'
alias cls='reset'
alias dir='ls -ABgt --color=always --group-directories-first --dereference-command-line'
cd Code/

Name: Anonymous 2017-05-24 14:05

>>8
What does that text() function do?

Name: Anonymous 2017-05-24 15:11

>>9
Seems to search for some text in all files and subdirectories.

Name: Anonymous 2017-05-24 19:07

>>10 *From current directory './' down

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List