mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
fish: allow screensaver trees to flower
This commit is contained in:
parent
69452c0052
commit
3d1fd7746c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
sshpass = "ssh -o PubkeyAuthentication=no";
|
sshpass = "ssh -o PubkeyAuthentication=no";
|
||||||
tf = "terraform";
|
tf = "terraform";
|
||||||
tfyolo = "terraform apply -auto-approve";
|
tfyolo = "terraform apply -auto-approve";
|
||||||
tt = "cbonsai -S";
|
tt = "cbonsai -S -c $(string join '' (for i in (seq 50); echo \"&,\"; end)),🌸";
|
||||||
v = "vim";
|
v = "vim";
|
||||||
vi = "vim";
|
vi = "vim";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue