Tag: terminal

Alias 'ls' and 'll' with color

Modified from http://www.linuxguy.in/bashrc-on-opensolaris/ 1234echo "alias ls='/usr/gnu/bin/ls -hAF --color --group-directories-first'" >> ~/.bashrcecho "alias ll='/usr/gnu/bin/ls -hAlF --co

Disable system beep from Terminal

From https://opensolaris.org/jive/message.jspa?messageID=219271#219271 1xset -b Or add to your ~/.bashrc: 1echo "xset -b" >>~/.bashrc You may also need to add it to your ~/.profile 1echo "xset -