Skip to content

Instantly share code, notes, and snippets.

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias top='htop'