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
$ awk -v ORS='\\n' '1' karnov-review.2019-01-21.private-key.pem | pbcopy |
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
export ZSH="/Users/sabbir/.oh-my-zsh" | |
export UPDATE_ZSH_DAYS=30 | |
ZSH_THEME="spaceship" | |
DISABLE_UPDATE_PROMPT="true" | |
COMPLETION_WAITING_DOTS="true" | |
plugins=(git zsh-iterm-touchbar zsh-autosuggestions history-substring-search git-extras git-flow npm node z extract fancy-ctrl-z zsh_reload docker git-extras osx yarn zsh-syntax-highlighting) | |
source $ZSH/oh-my-zsh.sh |
OlderNewer