Skip to content

Commit 956c5b7

Browse files
committed
Rename dexa to just exa
1 parent daaadec commit 956c5b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Vagrantfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ Vagrant.configure(2) do |config|
5555
# Create "dexa" and "rexa" scripts that run the debug and release
5656
# compiled versions of exa.
5757
config.vm.provision :shell, privileged: true, inline: <<-EOF
58-
echo -e "#!/bin/sh\necho \"Use 'dexa' for debug exa, or 'rexa' for release exa\"" > /usr/bin/exa
59-
echo -e "#!/bin/sh\n/home/#{developer}/target/debug/exa \\$*" > /usr/bin/dexa
58+
echo -e "#!/bin/sh\n/home/#{developer}/target/debug/exa \\$*" > /usr/bin/exa
6059
echo -e "#!/bin/sh\n/home/#{developer}/target/release/exa \\$*" > /usr/bin/rexa
61-
chmod +x /usr/bin/{exa,dexa,rexa}
60+
chmod +x /usr/bin/{exa,rexa}
6261
EOF
6362

6463

0 commit comments

Comments
 (0)