Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: build
> ./zshrc
Lenses
(coming soon!)
#!/bin/env zsh
bindkey -e
if [ -d ~/.sh.d ]; then for rc in ~/.sh.d/*; do if [ -f "$rc" ]; then . "$rc"; fi; done; fi
bindkey "^[[1;5D" backward-word
bindkey "^[[1;5C" forward-word
bindkey -- "$key[Delete]" delete-char
# if ! shopt -oq posix; then
# if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion
# elif [ -f /etc/bash_completion ]; then . /etc/bash_completion; fi; fi
# disable systemctl's paging:
# export SYSTEMD_PAGER=
unset rc
. "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
# . "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"
# [broken] begin session in zellij!
# if [ ! "$TMUX" ]; then . ~/.build/bin/hop; fi