Minor changes.
This commit is contained in:
@@ -28,7 +28,8 @@ alias gps="git push"
|
|||||||
alias vig="vi .gitignore"
|
alias vig="vi .gitignore"
|
||||||
alias ga="git add *"
|
alias ga="git add *"
|
||||||
alias gai="git add .gitignore"
|
alias gai="git add .gitignore"
|
||||||
alias gd="git diff --cached"
|
alias gd="git diff"
|
||||||
|
alias gdc="git diff --cached"
|
||||||
gc(){
|
gc(){
|
||||||
git commit -m "$1"
|
git commit -m "$1"
|
||||||
}
|
}
|
||||||
|
|||||||
2
.bashrc
2
.bashrc
@@ -130,7 +130,7 @@ bind "set menu-complete-display-prefix on"
|
|||||||
DIR_LAB="/h/u3/c7/05/mokkar/.bash_it"
|
DIR_LAB="/h/u3/c7/05/mokkar/.bash_it"
|
||||||
DIR_HOME="/home/kevin/.bash_it"
|
DIR_HOME="/home/kevin/.bash_it"
|
||||||
# Path to the bash it configuration
|
# Path to the bash it configuration
|
||||||
export BASH_IT="$DIR_LAB"
|
export BASH_IT="$DIR_HOME"
|
||||||
|
|
||||||
# Lock and Load a custom theme file
|
# Lock and Load a custom theme file
|
||||||
# location /.bash_it/themes/
|
# location /.bash_it/themes/
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#0077ff - lab text
|
#0077ff - lab text
|
||||||
#174af0 - lab text (intense)
|
#174af0 - lab text (bold)
|
||||||
|
|||||||
Reference in New Issue
Block a user