feat(zsh): add run alias
This commit is contained in:
parent
2c4e616026
commit
a5fa4e80ab
|
@ -188,6 +188,10 @@
|
|||
enableCompletion = false;
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
shellAliases = {
|
||||
run = "./run";
|
||||
};
|
||||
|
||||
autocd = true;
|
||||
cdpath = [
|
||||
"$HOME/Code"
|
||||
|
|
Loading…
Reference in a new issue