修改hosts,修改zsh配置

This commit is contained in:
LingZhaoHui 2020-10-31 00:31:11 +08:00
parent c71f13dafa
commit a29772a085
2 changed files with 7 additions and 3 deletions

View File

@ -13,6 +13,7 @@ ff02::2 ip6-allrouters
140.82.112.3 github.com
199.232.69.194 github.global.ssl.fastly.net
140.82.112.3 gist.github.com
185.199.108.153 assets-cdn.github.com
199.232.68.133 raw.githubusercontent.com
199.232.68.133 gist.githubusercontent.com
199.232.68.133 cloud.githubusercontent.com

View File

@ -7,9 +7,9 @@ export ZSH=/home/zeek/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="robbyrussellMod"
ZSH_THEME="robbyrussell"
#ZSH_THEME="agnosterMod"
ZSH_THEME="agnoster"
#ZSH_THEME="agnoster"
#ZSH_THEME="powerline"
# Set list of themes to load
@ -149,6 +149,9 @@ export LANG=en_US.UTF-8
#export ANACONDA_HOME=/home/zeek/anaconda3
# export PATH=$ANACONDA_HOME/bin:$PATH
eval $(thefuck --alias)
export PATH=$PATH:/usr/local/go/bin
# 允许生成core文件
ulimit -c unlimited
export REDIS_PATH="/usr/local/redis"
export PATH=$PATH:$REDIS_PATH/bin/