From e5209aad576fe44d3965fcb94d6709348b0a93bf Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 11 Oct 2020 12:15:08 +0800 Subject: all: overhaul all: Remove old symlinks herbstluftwm: use polybar instead of dzen2 polybar: update config doom-emacs: update repository --- zsh/.config/zsh/.gitignore | 1 + zsh/.config/zsh/.zshrc | 3 +-- zsh/.local/share/config-files/zprofile | 1 - zsh/.local/share/config-files/zshenv | 1 - zsh/.local/share/config-files/zshrc | 1 - zsh/.local/share/zsh/functions/_deno | 2 ++ 6 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 zsh/.config/zsh/.gitignore delete mode 120000 zsh/.local/share/config-files/zprofile delete mode 120000 zsh/.local/share/config-files/zshenv delete mode 120000 zsh/.local/share/config-files/zshrc (limited to 'zsh') diff --git a/zsh/.config/zsh/.gitignore b/zsh/.config/zsh/.gitignore new file mode 100644 index 0000000..dea2d4f --- /dev/null +++ b/zsh/.config/zsh/.gitignore @@ -0,0 +1 @@ +.zcompdump diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 1bea1e6..91c966c 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -45,8 +45,7 @@ compinit -d $XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION _comp_options+=(globdots) autoload -U +X bashcompinit && bashcompinit - -source /usr/share/bash-completion/bash_completion 2> \dev\null +#source /usr/share/bash-completion/bash_completion 2> /dev/null # Keys bindkey -e diff --git a/zsh/.local/share/config-files/zprofile b/zsh/.local/share/config-files/zprofile deleted file mode 120000 index f566496..0000000 --- a/zsh/.local/share/config-files/zprofile +++ /dev/null @@ -1 +0,0 @@ -../../../.config/zsh/.zprofile \ No newline at end of file diff --git a/zsh/.local/share/config-files/zshenv b/zsh/.local/share/config-files/zshenv deleted file mode 120000 index fcf44e5..0000000 --- a/zsh/.local/share/config-files/zshenv +++ /dev/null @@ -1 +0,0 @@ -../../../.zshenv \ No newline at end of file diff --git a/zsh/.local/share/config-files/zshrc b/zsh/.local/share/config-files/zshrc deleted file mode 120000 index 899e05e..0000000 --- a/zsh/.local/share/config-files/zshrc +++ /dev/null @@ -1 +0,0 @@ -../../../.config/zsh/.zshrc \ No newline at end of file diff --git a/zsh/.local/share/zsh/functions/_deno b/zsh/.local/share/zsh/functions/_deno index 7a6a7b4..1d820f4 100644 --- a/zsh/.local/share/zsh/functions/_deno +++ b/zsh/.local/share/zsh/functions/_deno @@ -263,6 +263,7 @@ _arguments "${_arguments_options[@]}" \ '--no-check[Skip type checking modules]' \ '--no-remote[Do not resolve remote modules]' \ '--cached-only[Require that remote dependencies are already cached]' \ +'--watch[Watch for file changes and restart process automatically]' \ '-h[Prints help information]' \ '--help[Prints help information]' \ '-V[Prints version information]' \ @@ -304,6 +305,7 @@ _arguments "${_arguments_options[@]}" \ '--cached-only[Require that remote dependencies are already cached]' \ '--failfast[Stop on first error]' \ '--allow-none[Don'\''t return error code if no test files are found]' \ +'(--inspect --inspect-brk)--coverage[Collect coverage information]' \ '-h[Prints help information]' \ '--help[Prints help information]' \ '-V[Prints version information]' \ -- cgit v1.2.3