Skip to content

Commit eca6fc8

Browse files
committed
bash: add aliases and modify GIT_CEILING_DIRECTORIES
1 parent de11487 commit eca6fc8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bash/bashrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ alias gloa="git log --graph --date=short --format='%C(yellow)%h %Cblue%ad%C(auto
207207
#alias glo="git log --oneline --decorate --tags --graph "
208208
#alias gloa="git log --oneline --decorate --tags --graph --all"
209209

210-
export GIT_CEILING_DIRECTORIES=$HOME
210+
export GIT_CEILING_DIRECTORIES="$HOME:/home"
211211

212212
################################################################################
213213
# CHEAT
@@ -242,6 +242,9 @@ alias l='ls -CF'
242242

243243
alias nocomment='grep --color=no "^[^ #;]"'
244244

245+
alias ..='cd ..'
246+
alias ...='cd ../..'
247+
245248
################################################################################
246249
# RVM
247250
if [ -s "$HOME/.rvm/scripts/rvm" ]; then

0 commit comments

Comments
 (0)