Added gtk2.0 theme

This commit is contained in:
Tuan-Dat Tran
2019-03-30 04:56:38 +01:00
parent 181d3b6475
commit f8b24dd2e9
8 changed files with 26 additions and 1437 deletions

View File

@@ -1,6 +1,6 @@
# Paths
export ZSH="/home/tuan/.oh-my-zsh"
export PATH="$PATH:$HOME/.go/bin"
export PATH="$PATH:$HOME/.go/bin:$HOME/.local/bin"
export GOPATH="$HOME/.go/"
# Alias
@@ -20,6 +20,11 @@ plugins=(
history
)
# History
HISTORY_IGNORE='sudo veracrypt *|veracrypt *'
# Source
source $ZSH/oh-my-zsh.sh