Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Add vesta commands to ssh autocompletion
Add vesta commands to ssh autocompletion
Hi,
This is a small tutorial to allow you to use the "v-..." commands without using the full path: "/usr/local/vesta/bin/v-..."
We can accomplish this by adding the vesta bin directory to the path using this command:
Hope someone finds it useful.
This is a small tutorial to allow you to use the "v-..." commands without using the full path: "/usr/local/vesta/bin/v-..."
We can accomplish this by adding the vesta bin directory to the path using this command:
Code: Select all
export PATH=$PATH:/usr/local/vesta/bin/
Re: Add vesta commands to ssh autocompletion
In many cases, this works out of the box. Only need reconnect to terminal.