Add initial IDE layout for Zellij

This commit is contained in:
2023-03-22 12:54:14 -05:00
parent 9c73bfd7d4
commit 6513581d3b
2 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,10 @@ 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"