update to node commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user