mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Add global aliases for cargo and xtests
This commit is contained in:
parent
e0727a150b
commit
9e4ac8cae9
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -61,7 +61,10 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
echo -e "#!/bin/sh\n/home/#{developer}/target/debug/exa \"\\$*\"" > /usr/bin/exa
|
||||
echo -e "#!/bin/sh\n/home/#{developer}/target/release/exa \"\\$*\"" > /usr/bin/rexa
|
||||
chmod +x /usr/bin/{exa,rexa}
|
||||
echo -e "#!/bin/sh\ncargo build --manifest-path /vagrant/Cargo.toml" > /usr/bin/b
|
||||
echo -e "#!/bin/sh\ncargo test --manifest-path /vagrant/Cargo.toml" > /usr/bin/t
|
||||
echo -e "#!/bin/sh\n/vagrant/xtests/run.sh" > /usr/bin/x
|
||||
chmod +x /usr/bin/{exa,rexa,b,t,x}
|
||||
EOF
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user