updated some packages

This commit is contained in:
Kulvir Singh
2025-02-13 10:56:48 +05:30
parent 996217b767
commit 678d731ce0
7 changed files with 24 additions and 21 deletions

View File

@@ -6,8 +6,8 @@
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/bin:$PATH"
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# export BUN_INSTALL="$HOME/.bun"
# export PATH="$BUN_INSTALL/bin:$PATH"
'';
shellAliases = {
ls = "lsd";

View File

@@ -60,7 +60,7 @@
};
nodejs = {
detect_files = ["!bun.lockb"];
detect_files = ["!bun.lock"];
format = "[$symbol$version ]($style)";
version_format = "\${major}.\${minor}";
};