minor updates

This commit is contained in:
Alexander Navarro 2025-02-06 18:54:55 -03:00
parent bc52dafdd7
commit d84e0d646e
6 changed files with 468 additions and 577 deletions

View file

@ -44,9 +44,6 @@ alias \
pco='podman compose' \
pps="podman ps --format 'table {{.ID}}\t{{.Names}}\t{{.State}}\t{{.Status}}\t{{.RunningFor}}'"
alias tm="fzf-tmux-sessions"
alias tmux="tmux -L $(hostname)" # allow to seamlessly create new servers inside containers
# Misc
alias \
reload='exec $SHELL -l'

View file

@ -7,7 +7,6 @@
# │ Preoload stuff │
# ╰──────────────────────────────────────────────────────────╯
source $HOME/.zprofile
# Set the directory we want to store zinit and plugins
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit"