Swap out ide alias for a function

This commit is contained in:
2023-03-24 01:39:47 -05:00
parent 77fcf956fe
commit a1dd3a635a
3 changed files with 10 additions and 21 deletions

View File

@ -11,10 +11,6 @@ if (( $+commands[helix] )); then
alias hx="helix"
fi
if (( $+commands[zellij] )); then
alias ide="zellij --layout ${HOME}/.config/zellij/layouts/ide.kdl"
fi
if (( $+commands[coreutils] )); then
alias [
alias arch="coreutils arch"