organize zsh scripts
This commit is contained in:
parent
a446cd7a7a
commit
afd94a8592
9 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ alias dot='/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty
|
||||||
#
|
#
|
||||||
# This means you can safely remove the README.md file from your home dir
|
# This means you can safely remove the README.md file from your home dir
|
||||||
# without git trying to delete it from the repository.
|
# without git trying to delete it from the repository.
|
||||||
# If you WANT to make changes to the README.md, you will have to make git
|
# If you WANT to make changes to the README.md, you will have to make git
|
||||||
# watch it again with the commented out command
|
# watch it again with the commented out command
|
||||||
#
|
#
|
||||||
# Read more: https://stackoverflow.com/questions/4308610/how-to-ignore-certain-files-in-git
|
# Read more: https://stackoverflow.com/questions/4308610/how-to-ignore-certain-files-in-git
|
|
@ -1,4 +1,4 @@
|
||||||
# Assumes enhancd is installed (via plugin)
|
# Assumes enhancd is installed (via plugin)
|
||||||
# Let's you go back a directory with .. (usual cd .. behavior)
|
# Let's you go back a directory with .. (usual cd .. behavior)
|
||||||
# Let's the enhancd backtrack menu appear with cd .. (usual enhancd behavior)
|
# Let's the enhancd backtrack menu appear with cd .. (usual enhancd behavior)
|
||||||
alias ..="ENHANCD_DISABLE_DOT=1 cd .."
|
alias ..="ENHANCD_DISABLE_DOT=1 cd .. ENHANCD_DISABLE_DOT=0"
|
Loading…
Reference in a new issue