Reorganize files
This commit is contained in:
6
init.zsh
6
init.zsh
@ -18,8 +18,8 @@ function cmd_exists {
|
||||
[[ -v ZSH_USER_DIR ]] || ZSH_USER_DIR="${HOME}/.zsh.d"
|
||||
# source_user_file <name>
|
||||
function source_user_file {
|
||||
local machine_specific="${ZSH_CONFIG_DIR}/local/${1}.${HOST}.zsh"
|
||||
local default="${ZSH_CONFIG_DIR}/local/${1}.zsh"
|
||||
local machine_specific="${ZSH_CONFIG_DIR}/${1}.${HOST}.zsh"
|
||||
local default="${ZSH_CONFIG_DIR}/${1}.zsh"
|
||||
if [ -e "${machine_specific}" ]; then
|
||||
source "${machine_specific}"
|
||||
elif [ -e "${default}" ]; then
|
||||
@ -267,7 +267,7 @@ zstyle ':fzf-tab:*' switch-group 'ctrl-h' 'ctrl-l'
|
||||
zstyle ':fzf-tab:*' fzf-bindings 'ctrl-a:toggle-all'
|
||||
|
||||
# Load user init file
|
||||
source_user_file 'init'
|
||||
source_user_file 'local'
|
||||
|
||||
# THE FOLLOWING PLUGINS MUST COME LAST
|
||||
|
||||
|
Reference in New Issue
Block a user