Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles

master^2
Jonathan Hodgson 3 months ago
commit 57125ea128
  1. 8
      shells/zsh/STOW/.zshrc

@ -15,6 +15,12 @@ HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
HISTFILE=~/.cache/zsh/history HISTFILE=~/.cache/zsh/history
# Noclobber
set -o noclobber
# Makes comments work in interactive
setopt interactive_comments
export KEYTIMEOUT=25 export KEYTIMEOUT=25
# Change cursor shape for different vi modes. (thanks Luke Smith: https://github.com/LukeSmithxyz/voidrice/) # Change cursor shape for different vi modes. (thanks Luke Smith: https://github.com/LukeSmithxyz/voidrice/)
@ -79,7 +85,7 @@ else
/usr/bin/script -f "$current/shell-logs/${date}_shell.log" -T "$current/shell-logs/${date}_shell.timing" /usr/bin/script -f "$current/shell-logs/${date}_shell.log" -T "$current/shell-logs/${date}_shell.timing"
fi fi
else else
type -p rem > /dev/null && rem -@ #type -p rem > /dev/null && rem -@
pkill rem pkill rem
fi fi
fi fi

Loading…
Cancel
Save