mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Say where the target directory is too
This commit is contained in:
parent
cb9c0d3aa5
commit
d716bb72c9
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -79,7 +79,8 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
echo -e "" > /etc/motd
|
||||
echo -e "\033[1;33mThe exa development environment!\033[0m" >> /etc/motd
|
||||
echo -e "The source is at \033[33m/vagrant\033[0m." >> /etc/motd
|
||||
echo -e "exa's source is available at \033[33m/vagrant\033[0m." >> /etc/motd
|
||||
echo -e "Binaries get built into \033[33m/home/ubuntu/target\033[0m." >> /etc/motd
|
||||
echo -e "" >> /etc/motd
|
||||
echo -e "\033[4mCommands\033[0m" >> /etc/motd
|
||||
echo -e "\033[32;1mb\033[0m or \033[32;1mbuild-exa\033[0m to run \033[1mcargo build\033[0m" >> /etc/motd
|
||||
|
Loading…
Reference in New Issue
Block a user