This commit is contained in:
Isaac Shoebottom 2025-04-09 12:01:53 -03:00
parent b472f6b758
commit 5b4449d7e9
3 changed files with 11 additions and 1 deletions

View File

@ -51,6 +51,10 @@ if hash xdg-open 2>/dev/null; then
fi fi
alias update="eget -D; . $HOME/.config/eget/post_install.sh" alias update="eget -D; . $HOME/.config/eget/post_install.sh"
alias rc="source ~/.bashrc" alias rc="source ~/.bashrc"
alias nix-shell-local="nix-user-chroot ~/.local/share/nix bash"
if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then
. ~/.nix-profile/etc/profile.d/nix.sh
fi
if hash eza 2>/dev/null; then if hash eza 2>/dev/null; then
function ls { function ls {
if [[ "$@" =~ "-a" || "$@" =~ "-A" || "$@" =~ "--all" || "$@" =~ "--almost-all" ]]; then if [[ "$@" =~ "-a" || "$@" =~ "-A" || "$@" =~ "--all" || "$@" =~ "--almost-all" ]]; then

View File

@ -102,3 +102,9 @@
["kovidgoyal/kitty"] ["kovidgoyal/kitty"]
asset_filters = [ "^sig", "^kitten", "x86_64" ] asset_filters = [ "^sig", "^kitten", "x86_64" ]
["nix-community/nix-user-chroot"]
asset_filters = [ "x86_64", "musl" ]
["fish-shell/fish-shell"]
asset_filters = [ "x86_64", "static" ]
all = true