mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-08-01 02:46:13 -04:00
clean up evident pii
This commit is contained in:
parent
e6794a8954
commit
d004293a8b
5 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
######################################################
|
||||
# mia's .bashrc (partially modified for publishing)
|
||||
# BT3GL's .bashrc (partially modified for publishing)
|
||||
######################################################
|
||||
#
|
||||
##
|
||||
|
|
|
@ -147,7 +147,7 @@ function sanitize() { chmod -R u=rwX,g=rX,o= "$@" ;}
|
|||
export PATH="/usr/local/opt/openssl/bin:$PATH"
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/Users/mia/Desktop/google-cloud-sdk/path.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/path.bash.inc'; fi
|
||||
if [ -f '<PATH TO SCRIPT>/google-cloud-sdk/path.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/Users/mia/Desktop/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/completion.bash.inc'; fi
|
||||
if [ -f '<PATH TO SCRIPT>/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/completion.bash.inc'; fi
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## zsh
|
||||
|
||||
<br>
|
||||
|
||||
### cool plugins
|
||||
|
||||
<br>
|
||||
|
||||
* [spaceship plugin](https://github.com/denysdovhan/spaceship-prompt).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue