feat(zsh): add run alias

This commit is contained in:
Oliver Davies 2022-09-26 20:38:04 +01:00
parent 2c4e616026
commit a5fa4e80ab

View file

@ -188,6 +188,10 @@
enableCompletion = false;
dotDir = ".config/zsh";
shellAliases = {
run = "./run";
};
autocd = true;
cdpath = [
"$HOME/Code"