Skip to content

Commit 95a225b

Browse files
committed
update zshrc
1 parent 453a34b commit 95a225b

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

zshrc

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
55
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
66
fi
77

8+
function colorwheel {
9+
for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done
10+
}
11+
812
# If you come from bash you might have to change your $PATH.
913
# export PATH=$HOME/bin:/usr/local/bin:$PATH
1014

1115
# Path to your oh-my-zsh installation.
1216
export ZSH="$HOME/.oh-my-zsh"
1317

14-
export PATH="$HOME/teclada/:$PATH"
1518
export PATH="$PATH:/usr/local/go/bin"
1619

1720
# Set name of the theme to load --- if set to "random", it will
@@ -91,12 +94,7 @@ source $ZSH/oh-my-zsh.sh
9194
# You may need to manually set your language environment
9295
# export LANG=en_US.UTF-8
9396

94-
# Preferred editor for local and remote sessions
95-
# if [[ -n $SSH_CONNECTION ]]; then
96-
# export EDITOR='vim'
97-
# else
98-
# export EDITOR='mvim'
99-
# fi
97+
export EDITOR='vim'
10098

10199
# Compilation flags
102100
# export ARCHFLAGS="-arch x86_64"
@@ -114,9 +112,19 @@ export NVM_DIR="$HOME/.nvm"
114112
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
115113
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
116114

115+
export T="$HOME/teclada/"
117116

118117
# Load Angular CLI autocompletion.
119118
source <(ng completion script)
120119

121120
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
122121
[[ ! -f ~/p10k.zsh ]] || source ~/p10k.zsh
122+
123+
export TSAN_OPTIONS=report_atomic_races=0
124+
125+
export PATH="$PATH:"/home/ipudney/teclada/setup/../bins/bins_self_link_sentinel
126+
export PATH="$PATH:/home/ipudney/bins"
127+
128+
function colorwheel() {
129+
for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done
130+
}

0 commit comments

Comments
 (0)