mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
Compare commits
2 Commits
93621eb0a6
...
2849d61662
Author | SHA1 | Date | |
---|---|---|---|
2849d61662 | |||
860dc3669c |
@ -20,11 +20,6 @@ if [ -f '$HOME/Desktop/google-cloud-sdk/path.fish.inc' ]; . '$HOME/Desktop/googl
|
||||
# uninstall by removing these lines
|
||||
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
|
||||
|
||||
# pnpm
|
||||
set -gx PNPM_HOME "$HOME/Library/pnpm"
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
# pnpm end
|
||||
|
||||
# Rust
|
||||
set -gx PATH "$HOME/.cargo/bin" $PATH
|
||||
|
||||
|
@ -547,7 +547,7 @@
|
||||
<key>Non-ASCII Anti Aliased</key>
|
||||
<true/>
|
||||
<key>Normal Font</key>
|
||||
<string>JetBrainsMonoNerdFontCompleteM-Regular 12</string>
|
||||
<string>JetBrainsMonoNFM-Regular 12</string>
|
||||
<key>Only The Default BG Color Uses Transparency</key>
|
||||
<false/>
|
||||
<key>Option Key Sends</key>
|
||||
|
@ -12,11 +12,6 @@ antigen apply
|
||||
|
||||
# GENERAL
|
||||
|
||||
# pnpm
|
||||
export PNPM_HOME="${HOME}/Library/pnpm"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
# pnpm end
|
||||
|
||||
# Node
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user