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