Update zshrc
This commit is contained in:
30
zshrc
30
zshrc
@@ -5,11 +5,7 @@ PATH=$PATH:~/.gem/ruby/2.5.0/bin:$HOME/bin
|
|||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
ZSH=/usr/share/oh-my-zsh/
|
ZSH=/usr/share/oh-my-zsh/
|
||||||
|
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# Don't try to display a powerlinefont theme in a tty
|
||||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
|
||||||
|
|
||||||
# Don't try to display a powerfont theme in a tty
|
|
||||||
if [[ $TERM == "linux" ]] || [[ $TERM == "screen" ]] ; then
|
if [[ $TERM == "linux" ]] || [[ $TERM == "screen" ]] ; then
|
||||||
ZSH_THEME="gentoo"
|
ZSH_THEME="gentoo"
|
||||||
else
|
else
|
||||||
@@ -62,9 +58,6 @@ HIST_STAMPS="mm/dd/yyyy"
|
|||||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
last-working-dir
|
last-working-dir
|
||||||
@@ -76,18 +69,6 @@ plugins=(
|
|||||||
|
|
||||||
# User configuration
|
# 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
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
@@ -95,24 +76,17 @@ plugins=(
|
|||||||
# export SSH_KEY_PATH="~/.ssh/rsa_id"
|
# export SSH_KEY_PATH="~/.ssh/rsa_id"
|
||||||
|
|
||||||
# AareGuru Autocompletion
|
# AareGuru Autocompletion
|
||||||
#source <(aareguru --completion-script-zsh)
|
# source <(aareguru --completion-script-zsh)
|
||||||
|
|
||||||
# Golang
|
# Golang
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
|
||||||
# Cloudscale Terraform Shizzle ma whizzle
|
|
||||||
#export CLOUDSCALE_TOKEN="xmcb6t66var47voridvwkqjsfqcvuuef"
|
|
||||||
#export CLOUDSCALE_TOKEN="g3jw5o5zaewj5ctn5gyej633l6qlbm5v"
|
|
||||||
#export CLOUDSCALE_TOKEN="ktmj7q4h3ezpxzcunlitptgyerukwall"
|
|
||||||
|
|
||||||
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
||||||
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
||||||
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
||||||
# For a full list of active aliases, run `alias`.
|
# For a full list of active aliases, run `alias`.
|
||||||
#
|
#
|
||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
|
||||||
#alias cat="lolcat"
|
#alias cat="lolcat"
|
||||||
alias lsblk="lsblk -o +LABEL"
|
alias lsblk="lsblk -o +LABEL"
|
||||||
alias ip="ip -c"
|
alias ip="ip -c"
|
||||||
|
|||||||
Reference in New Issue
Block a user