Change comment

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-25 14:54:28 +02:00
parent 7ed8e1d84f
commit 6354625999

View file

@ -1,9 +1,11 @@
#!/bin/bash
# aliases common to bash and zsh
alias lime2connect='ssh $USER@2px.info'
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
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'