From 63546259997879ee6f3b91cc5e3dad5cfa641294 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 25 Sep 2020 14:54:28 +0200 Subject: [PATCH] Change comment --- dotfiles/shell/aliases | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index 201e541..a29e028 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -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'