Update
This commit is contained in:
parent
b472f6b758
commit
5b4449d7e9
@ -1 +1 @@
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
@ -51,6 +51,10 @@ if hash xdg-open 2>/dev/null; then
|
||||
fi
|
||||
alias update="eget -D; . $HOME/.config/eget/post_install.sh"
|
||||
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
|
||||
function ls {
|
||||
if [[ "$@" =~ "-a" || "$@" =~ "-A" || "$@" =~ "--all" || "$@" =~ "--almost-all" ]]; then
|
||||
|
@ -102,3 +102,9 @@
|
||||
["kovidgoyal/kitty"]
|
||||
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