Compare commits
No commits in common. "2844eb0722ffeaa107a1b2b9ba0dbc1d74dea638" and "3746e68810dd004f83933db8e1d5c085d20beb87" have entirely different histories.
2844eb0722
...
3746e68810
27
zsh/.zshrc
27
zsh/.zshrc
@ -2,23 +2,13 @@
|
|||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="~/.oh-my-zsh"
|
||||||
|
|
||||||
# Load up typewritten theme if it exists
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
if [[ -d "$HOME/typewritten" ]]
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
then
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
export TYPEWRITTEN_CURSOR="terminal"
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||||
fpath+=$HOME/typewritten
|
ZSH_THEME="robbyrussell"
|
||||||
autoload -U promptinit; promptinit
|
|
||||||
prompt typewritten
|
|
||||||
ZSH_THEME=""
|
|
||||||
else
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
|
||||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
|
||||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
|
||||||
ZSH_THEME="robbyrussell"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Set list of themes to pick from when loading at random
|
# Set list of themes to pick from when loading at random
|
||||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||||
@ -109,8 +99,3 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
alias k="kubectl"
|
|
||||||
alias kns="kubens"
|
|
||||||
alias kctx="kubectx"
|
|
||||||
alias tf="terraform"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user