mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15:11 +00:00
Remember to pass arguments in dexa and rexa
This commit is contained in:
parent
cffbd8d6b1
commit
daaadece97
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -56,8 +56,8 @@ Vagrant.configure(2) do |config|
|
||||
# compiled versions of exa.
|
||||
config.vm.provision :shell, privileged: true, inline: <<-EOF
|
||||
echo -e "#!/bin/sh\necho \"Use 'dexa' for debug exa, or 'rexa' for release exa\"" > /usr/bin/exa
|
||||
echo -e "#!/bin/sh\n/home/#{developer}/target/debug/exa" > /usr/bin/dexa
|
||||
echo -e "#!/bin/sh\n/home/#{developer}/target/release/exa" > /usr/bin/rexa
|
||||
echo -e "#!/bin/sh\n/home/#{developer}/target/debug/exa \\$*" > /usr/bin/dexa
|
||||
echo -e "#!/bin/sh\n/home/#{developer}/target/release/exa \\$*" > /usr/bin/rexa
|
||||
chmod +x /usr/bin/{exa,dexa,rexa}
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user