Skip to content

Instantly share code, notes, and snippets.

@secpg
Created September 28, 2018 01:26
Show Gist options
  • Save secpg/d3461ae4209a13f5ca0e568dfae8fc9f to your computer and use it in GitHub Desktop.
Save secpg/d3461ae4209a13f5ca0e568dfae8fc9f to your computer and use it in GitHub Desktop.
# else
# export EDITOR='mvim'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# ssh
# export SSH_KEY_PATH="~/.ssh/rsa_id"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
alias zshconfig="mate ~/.zshrc"
alias ohmyzsh="mate ~/.oh-my-zsh"
alias cat="ccat"
alias ll="ls -la"
alias sshconfig="vim ~/.ssh/config"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment