diff options
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc deleted file mode 100644 index a2376b7..0000000 --- a/zsh/.zshrc +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/zsh - -#-- <startup> -- -export XDG_CONFIG_HOME="$HOME/.config" -export ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh -export PATH=$PATH:$HOME/scripts:$HOME/.local/bin - -source log.sh ".zshrc" -greet.sh -#-- </startup> -- - -#-- <misc> -- -. "$ZDOTDIR/setup/misc.zsh" -#-- </misc> -- - -#-- <common_aliases> -- -. "$ZDOTDIR/setup/aliases.zsh" -#-- </common_aliases> -- - -#-- <shell_opts> -- -. "$ZDOTDIR/setup/history.zsh" -#-- </shell_opts> -- - -#-- <misc> -- -. "$ZDOTDIR/setup/git.zsh" -#-- </misc> -- - -#-- <device> -- -. "$ZDOTDIR/setup/device.zsh" -#-- </device> -- - -#-- <tools> -- -. "$ZDOTDIR/setup/tools.zsh" -#-- </tools> -- - -#-- <gpg> -- -. "$ZDOTDIR/setup/gpg.zsh" -#-- </gpg> -- |