fix zsh dot files
This commit is contained in:
parent
9ce207b697
commit
9d2619fbaf
2
install
2
install
@ -12,7 +12,7 @@ export SUB
|
||||
|
||||
declare -r -A TARGETS=(
|
||||
["bash"]=".config/bash .bashrc .profile"
|
||||
["zsh"]="%bash .config/zsh .zshenv .zprofile .zlogout .inputrc"
|
||||
["zsh"]="%bash .config/zsh .zshenv .inputrc"
|
||||
["tmux"]=".tmux.conf"
|
||||
["alacritty"]=".config/alacritty"
|
||||
["nvim"]=".config/nvim .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
for zfile in .zshenv .config/zsh/.zshrc .zprofile .zlogout .config/zsh/aliases .config/zsh/completion .config/zsh/history .config/zsh/options .config/zsh/other .config/zsh/plugin .config/zsh/prompt .config/zsh/sourcer; do
|
||||
for zfile in .zshenv .config/zsh/.zshrc .config/zsh/.zprofile .config/zsh/.zlogout .config/zsh/aliases .config/zsh/completion .config/zsh/history .config/zsh/options .config/zsh/other .config/zsh/plugin .config/zsh/prompt .config/zsh/sourcer; do
|
||||
zcompile "$HOME/$zfile"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user