Skip to content

Instantly share code, notes, and snippets.

@egde
Last active November 7, 2016 12:49
Show Gist options
  • Save egde/081dc43deabbb81232adb01e2f53916c to your computer and use it in GitHub Desktop.
Save egde/081dc43deabbb81232adb01e2f53916c to your computer and use it in GitHub Desktop.
# 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 ..'
@egde
Copy link
Author

egde commented Oct 15, 2016

Description

My personal zsh profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment