mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
feat(dotfiles): add pnpm support, virtualization aliases, and ssh agent hook
- Add aliases for virt-viewer, virt-install, and virsh - Move firewall-cmd alias to Linux-specific block - Update fish_add_path to explicitly use --global scope
This commit is contained in:
parent
2f137cef36
commit
e984a0dc40
3 changed files with 9 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ set -gx GOPATH $HOME/code/go
|
|||
set -gx GOBIN $GOPATH/bin
|
||||
|
||||
set -gx BUN_INSTALL $HOME/.bun
|
||||
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
||||
|
||||
set -gx LIBVIRT_DEFAULT_URI 'qemu:///system'
|
||||
|
||||
|
|
@ -21,7 +22,7 @@ end
|
|||
|
||||
set -gx PYENV_ROOT $HOME/.pyenv
|
||||
|
||||
fish_add_path $GOBIN \
|
||||
fish_add_path --global $GOBIN \
|
||||
$HOME/.local/bin \
|
||||
$HOME/.pub-cache/bin \
|
||||
$HOME/code/scripts \
|
||||
|
|
@ -29,6 +30,7 @@ fish_add_path $GOBIN \
|
|||
$HOME/.cargo/bin \
|
||||
$HOME/.dotnet/tools \
|
||||
$BUN_INSTALL/bin \
|
||||
$PNPM_HOME/bin \
|
||||
$PYENV_ROOT/bin \
|
||||
$ANDROID_HOME/emulator \
|
||||
$ANDROID_HOME/platform-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue