This website requires JavaScript.
Explore
Help
Sign in
adelgado
/
my_bashrc
Watch
1
Star
0
Fork
You've already forked my_bashrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bf9bafb7ed
my_bashrc
/
bashrc.d
/
terraform_completion
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Add check for xtitle and screen installation
2022-05-05 15:05:06 +02:00
#!/bin/bash
Update readme, add sources and move some things to the folder
2022-05-07 11:16:52 +02:00
if [ -x /usr/bin/terraform ]; then
complete -C /usr/bin/terraform terraform
fi
Reference in a new issue
Copy permalink