feat: add openvpn on brew cask conf & update aerospace
This commit is contained in:
parent
d465cfc5f9
commit
dbdbac139a
3 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ pkgs.mkShell {
|
|||
shellHook = ''
|
||||
mkdir -p "$PWD/.cache/bun"
|
||||
export BUN_INSTALL_CACHE="$PWD/.cache/bun"
|
||||
ccusage() { bunx ccusage "$@"; }
|
||||
export -f ccusage
|
||||
echo "Bun/Node web shell ready"
|
||||
echo "Bun: ${pkgs.bun.version}"
|
||||
echo "Node: ${pkgs.nodejs_20.version}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue