Scripts posted recently tagged to bashrc in Kelpi

1- 2 of 2.

Ubuntu bashrc

to ubuntu bashrc terminal by edoedoedo

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return

Some common settings on my .bashrc file

to bashrc bash by nando.quintana

# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
alias emacs='emacs -nw'
hits counter