File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ clean:
3737 sudo rm $(key_path ) || true
3838 rmdir --ignore-fail-on-non-empty $(key_directory )
3939
40- .PHONY : configuration # = Create alias vpn and add this directory to PATH in the shell
41- configuration :
40+ .PHONY : zshell- configuration # = Create alias vpn and add this directory to PATH in the zshell
41+ zshell- configuration :
4242 echo " " >> $(zhell_path )
4343 echo " " >> $(zhell_path )
4444 echo " # Used to automate barracuda-vpn" >> $(zhell_path )
45- echo " alias vpn=\" vpn-open $( key_path) \" " >> $(zhell_path )
45+ echo " alias vpn=\" vpn-open $( key_path) $( credentials_path ) \" " >> $(zhell_path )
4646 echo " export PATH=\44PATH:$( PWD) " >> $(zhell_path )
4747 echo " # Used to automate barracuda-vpn" >> $(zhell_path )
4848
You can’t perform that action at this time.
0 commit comments