this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(fish): update settings

+14
+14
fish/config.fish
··· 15 15 alias gb="git checkout" 16 16 alias gr="gh repo clone" 17 17 alias glz="lazygit" 18 + alias rvim="NVIM_APPNAME=nvim_rocks nvim" 19 + alias nn="NVIM_APPNAME=nativevim nvim" 18 20 19 21 # Exported Variables 20 22 set -gx PATH ~/.local/bin $PATH ··· 64 66 set -gx PATH "$PNPM_HOME" $PATH 65 67 end 66 68 # pnpm end 69 + 70 + # bob-nvim 71 + set -gx PATH /Users/boltless/.local/share/bob/nvim-bin $PATH 72 + 73 + set -gx BUN_INSTALL $HOME/.bun 74 + set -gx PATH $BUN_INSTALL/bin $PATH 75 + 76 + # luarocks 77 + ## set LUA_PATH and LUA_CPATH 78 + command -v luarocks &> /dev/null && eval $(luarocks path --no-bin) 79 + ## set PATH 80 + set -gx PATH $HOME/.luarocks/bin $PATH