Skip to content

Instantly share code, notes, and snippets.

@maicolsantos
Created July 4, 2017 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maicolsantos/ac55c23a6dc24eef328ca6bf919cd040 to your computer and use it in GitHub Desktop.
Save maicolsantos/ac55c23a6dc24eef328ca6bf919cd040 to your computer and use it in GitHub Desktop.
Config zsh with run bash_profile
Last login: Tue Jul 4 20:44:14 on ttys001
------------------------------------------------------------
/Volumes/Macintosh HD/TRAMPOS/creativedoc(master*) » gs maicolsantos@MBP-de-Maicol
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
cd-v17/
nothing added to commit but untracked files present (use "git add" to track)
------------------------------------------------------------
/Volumes/Macintosh HD/TRAMPOS/creativedoc(master*) » subl ~/.zshrc maicolsantos@MBP-de-Maicol
zsh: command not found: subl
------------------------------------------------------------
/Volumes/Macintosh HD/TRAMPOS/creativedoc(master*) » subli ~/.zshrc maicolsantos@MBP-de-Maicol
zsh: command not found: subli
------------------------------------------------------------
/Volumes/Macintosh HD/TRAMPOS/creativedoc(master*) » vi ~/.zshrc maicolsantos@MBP-de-Maicol
source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# 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"
. ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment