Update
This commit is contained in:
parent
b472f6b758
commit
5b4449d7e9
@ -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
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user