My ZSH profile

# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd extendedglob
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/opt/webMethods9/wm5511/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
PROMPT='[%n@%m:%~]%% '
alias ll='ls -la'
alias ls='ls --color=auto'
alias la='ls -a'
alias ..='cd ..'
view raw .zshrc hosted with ❤ by GitHub

Leave a comment