remove zsh support
This commit is contained in:
@@ -16,7 +16,6 @@ fi
|
||||
get_shell_configs() {
|
||||
local target_files=()
|
||||
[ -f "$HOME/.bashrc" ] && target_files+=("$HOME/.bashrc")
|
||||
[ -f "$HOME/.zshrc" ] && target_files+=("$HOME/.zshrc")
|
||||
echo "${target_files[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user