Change comment
This commit is contained in:
parent
7ed8e1d84f
commit
6354625999
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
# aliases common to bash and zsh
|
# aliases common to bash and zsh
|
||||||
|
|
||||||
alias lime2connect='ssh $USER@2px.info'
|
alias lime2connect='ssh $USER@2px.info'
|
||||||
alias git-summary='~/github_misc/git-summary/git-summary'
|
alias git-summary='~/github_misc/git-summary/git-summary'
|
||||||
|
|
||||||
# enable color support of ls and also add handy aliases
|
# color support for ls and grep
|
||||||
if [ -x /usr/bin/dircolors ]; then
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
|
Loading…
Add table
Reference in a new issue