update to node commands

This commit is contained in:
2023-07-06 17:47:00 +01:00
parent 51d476f6ff
commit 0af324dc63
2 changed files with 34 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
set fish_greeting #supress fish_greeting
zoxide init fish | source
@@ -69,7 +68,7 @@ function configGitUni
end
function pickColor
grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:-
grim -g "$(slurp -p -b 00000000)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:-
end
# grim and slurp
@@ -91,3 +90,6 @@ set -gx PATH "$PNPM_HOME" $PATH
# nix
alias nshell "nix-shell --run fish"
# opam configuration
source /home/andr3/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true