@@ -5,13 +5,16 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
5
5
source " ${XDG_CACHE_HOME:- $HOME / .cache} /p10k-instant-prompt-${(% ):-% n} .zsh"
6
6
fi
7
7
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
+
8
12
# If you come from bash you might have to change your $PATH.
9
13
# export PATH=$HOME/bin:/usr/local/bin:$PATH
10
14
11
15
# Path to your oh-my-zsh installation.
12
16
export ZSH=" $HOME /.oh-my-zsh"
13
17
14
- export PATH=" $HOME /teclada/:$PATH "
15
18
export PATH=" $PATH :/usr/local/go/bin"
16
19
17
20
# Set name of the theme to load --- if set to "random", it will
@@ -91,12 +94,7 @@ source $ZSH/oh-my-zsh.sh
91
94
# You may need to manually set your language environment
92
95
# export LANG=en_US.UTF-8
93
96
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'
100
98
101
99
# Compilation flags
102
100
# export ARCHFLAGS="-arch x86_64"
@@ -114,9 +112,19 @@ export NVM_DIR="$HOME/.nvm"
114
112
[ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh" # This loads nvm
115
113
[ -s " $NVM_DIR /bash_completion" ] && \. " $NVM_DIR /bash_completion" # This loads nvm bash_completion
116
114
115
+ export T=" $HOME /teclada/"
117
116
118
117
# Load Angular CLI autocompletion.
119
118
source <( ng completion script)
120
119
121
120
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
122
121
[[ ! -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