File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ alias gloa="git log --graph --date=short --format='%C(yellow)%h %Cblue%ad%C(auto
207
207
# alias glo="git log --oneline --decorate --tags --graph "
208
208
# alias gloa="git log --oneline --decorate --tags --graph --all"
209
209
210
- export GIT_CEILING_DIRECTORIES=$HOME
210
+ export GIT_CEILING_DIRECTORIES=" $HOME :/home "
211
211
212
212
# ###############################################################################
213
213
# CHEAT
@@ -242,6 +242,9 @@ alias l='ls -CF'
242
242
243
243
alias nocomment=' grep --color=no "^[^ #;]"'
244
244
245
+ alias ..=' cd ..'
246
+ alias ...=' cd ../..'
247
+
245
248
# ###############################################################################
246
249
# RVM
247
250
if [ -s " $HOME /.rvm/scripts/rvm" ]; then
You can’t perform that action at this time.
0 commit comments