fix: correct zed alias assignment in .bashrc
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 10s
Nix Format Check / check-format (push) Failing after 1m18s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-08-24 02:54:08 +02:00
parent f1ca2ad1ba
commit df62070722

View File

@@ -62,7 +62,8 @@ alias gcb='git checkout -b'
# Kubernetes aliases (Minikube)
alias kubectl="minikube kubectl --"
alias zed=zeditor
alias zeditor=~/.local/bin/zed
alias zed=~/.local/bin/zed
alias ssh="~/.local/bin/smart-ssh"
# random string (Syntax: random <length>)