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.

Revisions

  1. secpg created this gist Sep 28, 2018.
    21 changes: 21 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    # 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"