mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
feat: new theming
This commit is contained in:
@@ -63,3 +63,13 @@ alias hxd "hx ~/.files/"
|
||||
alias hxc "hx ~/code/"
|
||||
alias vim "nvim"
|
||||
alias vi "nvim"
|
||||
|
||||
# pnpm
|
||||
set -gx PNPM_HOME "/home/mike/.local/share/pnpm"
|
||||
if not string match -q -- $PNPM_HOME $PATH
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
end
|
||||
# pnpm end
|
||||
|
||||
# Created by `pipx` on 2025-06-04 15:36:28
|
||||
set PATH $PATH /home/mike/.local/bin
|
||||
|
||||
Reference in New Issue
Block a user