Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oyoshot committed Jul 1, 2024
1 parent b540ad5 commit 8dbc721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dot_config/npm/npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prefix=${XDG_DATA_HOME}/npm
cache=${XDG_CACHE_HOME}/npm
#tmp=${XDG_RUNTIME_DIR}/npm
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js
#init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js
4 changes: 1 addition & 3 deletions dot_config/zsh/defer.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fi

(( ${+commands[bat]} )) && alias cat='bat --theme ansi'

alias m='memo'
(( ${+commands[memo]} )) && alias m='memo'

alias mkdir='mkdir -p'

Expand Down Expand Up @@ -172,8 +172,6 @@ if grep -qE "(Microsoft|WSL)" /proc/version &> /dev/null ; then
alias II='explorer.exe'
fi



if (( ${+commands[brew]} )); then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
# rip
Expand Down

0 comments on commit 8dbc721

Please sign in to comment.