commit d4c9d27a8c12efc42ad416cadc43f169a15367c2 parent b6c26ad6291361692a21a35ff510d16029c6518e Author: klewer-martin <martin.cachari@gmail.com> Date: Mon, 15 Feb 2021 19:59:03 -0300 Update; Diffstat:
M | .zshrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc @@ -7,7 +7,7 @@ # by github.com/klewer-martin # -HISTFILE=~/.cache/histfile +HISTFILE=$HOME/.cache/histfile HISTSIZE=10000 SAVEHIST=10000 @@ -27,7 +27,7 @@ _comp_options+=(globdots) bindkey -e # Add my personal scripts folder to path -PATH="$PATH:/home/mk/scripts:/home/mk/.local/share/gem/ruby/2.7.0/bin" +PATH="$PATH:$HOME/scripts:$HOME/.local/share/gem/ruby/2.7.0/bin" # Set nvim as default editor export EDITOR=/usr/bin/nvim