# The following lines were added by compinstall zstyle ':completion:*' completer _complete _ignored _approximate zstyle :compinstall filename '/home/collin/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall # Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -e # End of lines configured by zsh-newuser-install # Check for an interactive session [ -z "$PS1" ] && return # Alias' to make bash prettier alias ls='ls --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color-auto' alias egrep='egrep --color-auto' alias ncmpc='ncmpc -c' alias knk='knock rekahsoft-mini 7713:tcp 1377:udp && sleep 3s && ' alias knkc='knk ssh rekahsoft-mini ' alias kgit='knk git' alias skreen='screen -c /dev/null' export GREP_COLOR="1;33" alias grep='grep --color=auto' # Use source-highlight to make code in less syntax highlighted export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" export LESS=' -R ' PS1="[%n@%M: %~]%% " # Turn off noscroll stty stop undef # Modify path variable to allow execution of the following: # * mathematica / tools # * nxclient / associated tools # * maven tools export PATH=${PATH}:/usr/local/bin:/opt/maven/bin:/opt/NX/bin # start keychain eval `keychain --eval --timeout 10 --quiet --agents ssh id_rsa` # Default editor export EDITOR="emacs -nw"