Compare commits
4 Commits
db5aff57a4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 636128e2f1 | |||
| 9685a253a7 | |||
| dc69d2236e | |||
| 6469043bcc |
@@ -1,4 +1,5 @@
|
||||
[alias]
|
||||
amend = commit --amend --no-edit
|
||||
br = branch
|
||||
brr = branch -r
|
||||
co = checkout
|
||||
@@ -17,3 +18,7 @@
|
||||
[user]
|
||||
name = Tom Hicks
|
||||
email = headhunter3@gmail.com
|
||||
[http]
|
||||
lowSpeedLimit = 1000
|
||||
lowSpeedTime = 60
|
||||
postBuffer = 524288000
|
||||
|
||||
@@ -21,7 +21,8 @@ alias ll='ls -G --color=auto -l'
|
||||
alias lld='ls -G --color=auto -l -d'
|
||||
alias lsg='ls | grep --color'
|
||||
alias llg='ls -l| grep --color'
|
||||
alias ln='ln -ivw'
|
||||
#alias ln='ln -ivw'
|
||||
alias ln='ln -iv'
|
||||
alias grep='grep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
|
||||
6
.rc.d/google-cloud-sdk.sh
Normal file
6
.rc.d/google-cloud-sdk.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/home/tom/Downloads/GCloud/google-cloud-sdk/path.bash.inc' ]; then . '/home/tom/Downloads/GCloud/google-cloud-sdk/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/tom/Downloads/GCloud/google-cloud-sdk/completion.bash.inc' ]; then . '/home/tom/Downloads/GCloud/google-cloud-sdk/completion.bash.inc'; fi
|
||||
Reference in New Issue
Block a user