Created
September 28, 2018 01:26
-
-
Save secpg/d3461ae4209a13f5ca0e568dfae8fc9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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