tangled
alpha
login
or
join now
finxol.io
/
config
0
fork
atom
Config and setup files
0
fork
atom
overview
issues
pulls
pipelines
use fnm
finxol.io
6 months ago
c10a2aa3
030386e4
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+7
-3
1 changed file
expand all
collapse all
unified
split
.zshrc
+7
-3
.zshrc
···
107
107
108
108
alias ll="eza -la --icons --group-directories-first --git"
109
109
110
110
-
export PATH="/opt/homebrew/opt/node@20/bin:$PATH"
111
111
-
112
110
113
111
###############
114
112
# SSH Aliases #
···
185
183
. "/Users/finxol/.deno/env"
186
184
# Initialize zsh completions (added by deno install script)
187
185
autoload -Uz compinit
188
188
-
compinit
186
186
+
compinit
187
187
+
188
188
+
# fnm
189
189
+
FNM_PATH="/opt/homebrew/opt/fnm/bin"
190
190
+
if [ -d "$FNM_PATH" ]; then
191
191
+
eval "`fnm env`"
192
192
+
fi