Update a lot of stuff, bad tracking, but need to update

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-07-17 10:13:23 -04:00
parent 36bda85561
commit 965d9f030f
17 changed files with 68 additions and 31 deletions

View file

@ -8,6 +8,7 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
HOME="${HOME:-.}"
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
@ -28,4 +29,4 @@ fi
# Generated for envman. Do not edit.
# [ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
[ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - )

View file

@ -1,3 +1,7 @@
#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"'
# ~/.zshrc: executed by zsh(1) for non-login shells.
## Generated for envman. Do not edit.
#[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
#

View file

@ -0,0 +1 @@
../../_src.all/private_dot_config/remove_starship.toml.old

View file

@ -4,7 +4,7 @@ if [ -n "$ZI_HOME" ]; then
zinit light 'marlonrichert/zsh-autocomplete'
zinit light 'zsh-users/zsh-autosuggestions'
else
znap source 'marlonrichert/zsh-autocomplete'
#znap source 'marlonrichert/zsh-autocomplete'
znap source 'zsh-users/zsh-autosuggestions'
# Make Tab and ShiftTab cycle completions on the command line
@ -12,12 +12,12 @@ else
# bindkey "$terminfo[kcbt]" reverse-menu-complete
# Make Tab and ShiftTab go to the menu
bindkey '^I' menu-select
bindkey "$terminfo[kcbt]" menu-select
bindkey '^I' menu-select
[ -z "$terminfo[kcbt]" ] || bindkey "$terminfo[kcbt]" menu-select
# Make Tab and ShiftTab change the selection in the menu
bindkey -M menuselect '^I' menu-complete
bindkey -M menuselect "$terminfo[kcbt]" reverse-menu-complete
bindkey -M menuselect '^I' menu-complete
[ -z "$terminfo[kcbt]" ] || bindkey -M menuselect "$terminfo[kcbt]" reverse-menu-complete
# Make ← and → always move the cursor on the command line
# bindkey -M menuselect '^[[D' .backward-char '^[OD' .backward-char

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd load-zellij; then
[[ -z "$ZELLIJ_SESSION_NAME" && "${SZ_NOMUX:-0}" -eq '1' ]] \
[[ -z "$ZELLIJ_SESSION_NAME" && "${SZ_NOMUX:-0}" -eq '1' && "${ATUIN_DESKTOP_PTY}" = "true" ]] \
&& ZELLIJ_SESSION_NAME=__NO_LOAD__
# zellij will need to allow reload of the enviornment
[[ -z "$ZELLIJ_SESSION_NAME" ]] && unset SZ_ENV_LOADED

View file

@ -1,16 +0,0 @@
layout {
cwd "/Users/gal.szkolnik"
tab name="CS-DBG" hide_floating_panes=true {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
pane command="zsh" cwd="/Users/gal.szkolnik" size="55%" {
args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa cs-dbg"
start_suspended true
}
pane size=1 borderless=true {
plugin location="zellij:status-bar"
}
}
}

View file

@ -1 +1,3 @@
{{- if stat "/sbin/zfs" -}}
/sbin/zfs
{{- end -}}