mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Update .zshrc
This commit is contained in:
parent
1815dec3ca
commit
f75fe2f4b2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
export DOTFILES=$HOME/src/dotfiles
|
export DOTFILES=$HOME/dotfiles
|
||||||
#:/usr/local/src:/go
|
#:/usr/local/src:/go
|
||||||
# echo WELCOME!
|
# echo WELCOME!
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
|
|
@ -17,7 +17,7 @@ export CC=clang
|
||||||
/bin/launchctl setenv CPATH /usr/local/include
|
/bin/launchctl setenv CPATH /usr/local/include
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=$HOME/src/oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# 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.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
|
|
@ -79,7 +79,7 @@ zstyle ':completion:*' completer _expand _complete _ignored _correct _approximat
|
||||||
zstyle ':completion:*' max-errors 3
|
zstyle ':completion:*' max-errors 3
|
||||||
zstyle ':completion:*' prompt 'e%e'
|
zstyle ':completion:*' prompt 'e%e'
|
||||||
zstyle ':completion:*' squeeze-slashes true
|
zstyle ':completion:*' squeeze-slashes true
|
||||||
zstyle :compinstall filename '/home/gnaddaf/.zshrc'
|
zstyle :compinstall filename '$HOME/.zshrc'
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
zmodload -i zsh/complist
|
zmodload -i zsh/complist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue