diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-10-11 12:15:08 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-10-11 20:22:03 +0800 |
| commit | e5209aad576fe44d3965fcb94d6709348b0a93bf (patch) | |
| tree | 3f8c4388d5b2511d78debf5e2d9b1357c3187b38 /zsh/.config | |
| parent | 37dd411698bd6eae8365260dde39b8ae9c7cbd36 (diff) | |
| download | dotfiles-e5209aad576fe44d3965fcb94d6709348b0a93bf.tar.gz dotfiles-e5209aad576fe44d3965fcb94d6709348b0a93bf.tar.bz2 dotfiles-e5209aad576fe44d3965fcb94d6709348b0a93bf.tar.lz dotfiles-e5209aad576fe44d3965fcb94d6709348b0a93bf.tar.xz dotfiles-e5209aad576fe44d3965fcb94d6709348b0a93bf.tar.zst dotfiles-e5209aad576fe44d3965fcb94d6709348b0a93bf.zip | |
all: overhaul
all: Remove old symlinks
herbstluftwm: use polybar instead of dzen2
polybar: update config
doom-emacs: update repository
Diffstat (limited to 'zsh/.config')
| -rw-r--r-- | zsh/.config/zsh/.gitignore | 1 | ||||
| -rw-r--r-- | zsh/.config/zsh/.zshrc | 3 |
2 files changed, 2 insertions, 2 deletions
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 |
