First commit
+ .bashrc loads scripts dynamically from .sz.shrc.d .sz.shrc.d processing: {shell-name}.pre/* (sorted) * (sorted) {shell-name}.post/* (sorted) + .sz.shrc.d includes: - chemoiz auto completion (bash) - gcloud auto completion (bash) + chemacs2 with deault profiles conifgured + spacemacs standard set as default emacs profile + *.desktop launch files created for - CopyQ Flatpak - Spacemacs (Emacs Daemon) - Spacemacs (Emacs Client)
This commit is contained in:
commit
4720ab81dc
13 changed files with 227 additions and 0 deletions
4
dot_sz.shrc.d/bash.post/99_gcloud.complete
Normal file
4
dot_sz.shrc.d/bash.post/99_gcloud.complete
Normal file
|
@ -0,0 +1,4 @@
|
|||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/usr/lib/google-cloud-sdk/path.bash.inc' ]; then source '/usr/lib/google-cloud-sdk/path.bash.inc'; fi
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/usr/lib/google-cloud-sdk/completion.bash.inc' ]; then source '/usr/lib/google-cloud-sdk/completion.bash.inc'; fi
|
Loading…
Add table
Add a link
Reference in a new issue