Browse Source

Minor changes.

red-hat-laptop
Kevin Mok 7 years ago
parent
commit
39e760b5a9
  1. 3
      .bash_aliases
  2. 2
      .bashrc
  3. 2
      bash-colors.txt

3
.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"
}

2
.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/

2
bash-colors.txt

@ -1,2 +1,2 @@
#0077ff - lab text
#174af0 - lab text (intense)
#174af0 - lab text (bold)
Loading…
Cancel
Save