You need to sign in or sign up before continuing.
Commit 0f2ef09c authored by Murukesh Mohanan's avatar Murukesh Mohanan

make zsh ignore insecure directories, enable better bash globbing

parent efc20ba9
......@@ -114,9 +114,4 @@ if ! shopt -oq posix; then
fi
alias ping='ping -c5'
if [[ ! -f '/tmp/runonce' ]]; then
touch /tmp/runonce
# mount /home/bro3886/devel
# mount /home/bro3886/arch
fi
shopt -s nullglob extglob
Subproject commit 718ecf75294efab42e84896052d479d33f31ea21
Subproject commit b6631a3ecbd527e5d55259469854be8d7a85218b
......@@ -7,7 +7,7 @@ zstyle ':completion:*' squeeze-slashes true
zstyle :compinstall filename '/home/bro3886/.zshrc'
autoload -Uz compinit
compinit
compinit -i
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment