Terraform
March 30, 2024
Tutorial - hcloud-terraform - source #
How-to: Install Fedora CoreOS at Hetzner Cloud - source #
Oh My ZSH encourages users (in the final section of .zshrc file) to put personal configurations like alias and themes into the directory set as the $ZSH_CUSTOM.
I think it is a good idea to keep all your configurations in this directory, including your path customization. That way you can easily include it to your backups, and restore when necessary.
cd $ZSH_CUSTOM nano my_paths.zsh Put your line into that file to add a new path to your $PATH:
# Add something to path
export PATH=$PATH:~/path/to/target
Save and close the editor Restart your shell, and confirm that your path is updated: $ echo $PATH