unix
Nothing to display jet.
Nothing to display jet.
Today I was playing with man program and I discovered how man's colored text is transmitted to the less program.
Note: man doesn't use escape sequences to communicates its colors. More under the cut
I don't want to write tons of text, just look at my new aliases:
alias .='mvim .'
alias ,='git'
Usually I use one–letter aliases like b for bundle or g for rails generate. I really dislike stuff like gst for git status or rdbm for rails db:migrate: too much letters and no sense (as for me). So, I like my new aliases, they are short enough.
#shell #bash #ruby #osx #unix #linux #zsh #alias #awesome #incredible