adds noclobber and interactive comments
This commit is contained in:
parent
89dbb2fccf
commit
e113ed3992
1 changed files with 7 additions and 1 deletions
|
@ -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/)
|
||||||
|
@ -78,7 +84,7 @@ else
|
||||||
/usr/bin/script -f "$current/shell-logs/$(date +"%d-%b-%y_%H-%M-%S")_shell.log"
|
/usr/bin/script -f "$current/shell-logs/$(date +"%d-%b-%y_%H-%M-%S")_shell.log"
|
||||||
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…
Add table
Add a link
Reference in a new issue