diff options
author | Soispha <soispha@vhack.eu> | 2024-02-20 15:38:30 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-20 15:50:32 +0100 |
commit | 1f56d6d1f4292c807b470b753fece696a2582e7e (patch) | |
tree | f0f8647699195494cc5cd89f0d80a6c9b187e66d /hm/soispha/conf/zsh/config/zsh-init.sh | |
parent | build(flake): Add treefmt (diff) | |
download | nixos-config-1f56d6d1f4292c807b470b753fece696a2582e7e.zip |
refactor(hm/conf/zsh/config): Rework old config scripts
Diffstat (limited to 'hm/soispha/conf/zsh/config/zsh-init.sh')
-rw-r--r-- | hm/soispha/conf/zsh/config/zsh-init.sh | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/hm/soispha/conf/zsh/config/zsh-init.sh b/hm/soispha/conf/zsh/config/zsh-init.sh deleted file mode 100644 index a19f3eff..00000000 --- a/hm/soispha/conf/zsh/config/zsh-init.sh +++ /dev/null @@ -1,40 +0,0 @@ -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -# Flex on the ubuntu users -#[ "$NVIM" ] || hyfetch -[ "$NVIM" ] || task next -#loginctl show-session $XDG_SESSION_ID - -## Enable colors and change prompt: -#autoload -Uz colors && colors -#autoload -Uz compinit && compinit -u -## Edit line in vim buffer ctrl-v -autoload -Uz edit-command-line; zle -N edit-command-line -## Enter vim buffer from normal mode -#autoload -Uz edit-command-line && zle -N edit-command-line -bindkey "^V" edit-command-line - -## zstyles -#zstyle ':completion:*' menu select -## Auto complete with case insensitivity -#zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' - -#zmodload zsh/complist -#fpath+=/home/dt/.config/zsh/comp -#compinit -#_comp_options+=(globdots) # Include hidden files. -# -## Source configs -#source "${ZDOTDIR}/ali.sh" -#source "${ZDOTDIR}/prompt.sh" -#source "${ZDOTDIR}/hotkeys.sh" -#source "./${path_custom_cursor}" -#source ~/.local/lib/shell/lib -# -## Load zsh-syntax-highlighting -#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -## Suggest aliases for commands -#source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh -# -##eval "$(lua ~/scripts/z.lua --init zsh enhanced)" |