From 39e760b5a9e84e89128401219d96956036d5b46e Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Sun, 15 Oct 2017 07:25:21 -0400 Subject: [PATCH] Minor changes. --- .bash_aliases | 3 ++- .bashrc | 2 +- bash-colors.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 9315aac..2566994 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -28,7 +28,8 @@ alias gps="git push" alias vig="vi .gitignore" alias ga="git add *" alias gai="git add .gitignore" -alias gd="git diff --cached" +alias gd="git diff" +alias gdc="git diff --cached" gc(){ git commit -m "$1" } diff --git a/.bashrc b/.bashrc index 0b0bfb7..b384c21 100644 --- a/.bashrc +++ b/.bashrc @@ -130,7 +130,7 @@ bind "set menu-complete-display-prefix on" DIR_LAB="/h/u3/c7/05/mokkar/.bash_it" DIR_HOME="/home/kevin/.bash_it" # Path to the bash it configuration -export BASH_IT="$DIR_LAB" +export BASH_IT="$DIR_HOME" # Lock and Load a custom theme file # location /.bash_it/themes/ diff --git a/bash-colors.txt b/bash-colors.txt index 742f5d5..a23a129 100644 --- a/bash-colors.txt +++ b/bash-colors.txt @@ -1,2 +1,2 @@ #0077ff - lab text -#174af0 - lab text (intense) +#174af0 - lab text (bold)