zsh: implement multi-dot directory change without cd
This commit is contained in:
12
zsh/init.zsh
12
zsh/init.zsh
@@ -20,6 +20,12 @@ source $zsh_dir/plugin.zsh
|
||||
source $zsh_dir/environment.zsh
|
||||
|
||||
|
||||
################################################################################
|
||||
# CONFIG initialisation
|
||||
|
||||
source $zsh_dir/config.zsh
|
||||
|
||||
|
||||
################################################################################
|
||||
# ALIAS initialisation
|
||||
|
||||
@@ -30,3 +36,9 @@ source $zsh_dir/alias.zsh
|
||||
# PROMPT initialisation
|
||||
|
||||
source $zsh_dir/prompt.zsh
|
||||
|
||||
|
||||
################################################################################
|
||||
# COMMAND initialisation
|
||||
|
||||
source $zsh_dir/commands.zsh
|
||||
|
||||
Reference in New Issue
Block a user