Some minor fixes
This commit is contained in:
parent
9e8334698c
commit
0ddc13eaeb
3 changed files with 9 additions and 5 deletions
|
@ -44,11 +44,11 @@ aliases() {
|
|||
# per directory configuration
|
||||
cd(){
|
||||
if [ -e ".zout" ]; then
|
||||
. ".zout"
|
||||
. "./.zout"
|
||||
fi
|
||||
builtin cd $*
|
||||
if [ -e ".zin" ]; then
|
||||
. ".zin"
|
||||
. "./.zin"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue