From 53ed17205f46c24eead3d80ec8d3c481daa83bdd Mon Sep 17 00:00:00 2001 From: rick <7rick@tuta.io> Date: Thu, 19 Aug 2021 09:55:38 +0530 Subject: [PATCH] variables for sdcv --- .zshrc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index a955537..3422eb7 100644 --- a/.zshrc +++ b/.zshrc @@ -11,8 +11,8 @@ compinit # End of lines added by compinstall # Lines configured by zsh-newuser-install HISTFILE=~/.zsh_history -HISTSIZE=200 -SAVEHIST=1000 +HISTSIZE=1000 +SAVEHIST=100000 setopt notify unsetopt beep bindkey -v @@ -41,7 +41,7 @@ prompt='%d/ $(git_branch_name) > ' source ~/.bash_aliases export EDITOR=nvim -export PATH=$PATH:/home/rick/.emacs.d/bin/ #:$HOME/.config/nvim/plugged/vim-superman/bin +export PATH=/home/rick/.ghcup/bin/:$PATH:/home/rick/.emacs.d/bin/:/home/rick/jrnl/ecpd/7tools/:$HOME/.config/nvim/plugged/vim-superman/bin # keybinds bindkey ";5C" forward-word @@ -99,10 +99,8 @@ cursor_mode() { cursor_mode ### -# vman opens manpages with nvim +# open man and info from neovim compdef vman="man" -[ -f "/home/rick/.ghcup/env" ] && source "/home/rick/.ghcup/env" # ghcup-env - -# contents of ~/.ghcup/env file: -# export PATH="$HOME/.cabal/bin:/home/rick/.ghcup/bin:$PATH" +## sdcv dictionary +export STARDICT_DATA_DIR=/home/rick/.sdcv