summaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-12-14 03:12:41 +0100
committeryushyin <yushyin@saga>2020-12-14 03:12:41 +0100
commit79ce028bd7833e42a06455b3ac05a6b85db2cb6d (patch)
treeb314fe4a26f381a988a3246b36a193f9c480085b /zsh/.zshrc
parentfdc82c50f86baff1c1fec2311aec6c81f49b1404 (diff)
downloaddotfiles-igor-79ce028bd7833e42a06455b3ac05a6b85db2cb6d.tar.gz
dotfiles-igor-79ce028bd7833e42a06455b3ac05a6b85db2cb6d.tar.xz
Vim: Add texlab lsp server for LaTeX
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ee48183..f74810d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -34,13 +34,15 @@ zstyle ':completion:*' use-perl on
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path $HOME/.cache/zsh/complcache
zstyle ':completion:*:*:kill:*' command 'ps --forest -u$USER -o pid,%cpu,tty,cputime,cmd'
-zstyle :compinstall filename "$HOME/.config/zsh/.zshrc"
+zstyle :compinstall filename "$HOME/.zshrc"
autoload -Uz compinit
compinit -d $HOME/.cache/zsh/zcompdump
# Misc
typeset -U path
path+=(~/.local/bin)
+path+=(~/.ghcup/bin, ~/.cabal/bin)
+
REPORTTIME=2
PROMPT=": "
RPROMPT="%1~"