mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 13:30:31 +01:00
Compare commits
2 Commits
47436ddc59
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c5ecd6c98d | |||
| a939dfe553 |
@@ -85,6 +85,9 @@ alias nrc='nix shell --file default.nix -c'
|
|||||||
alias gcs='gcloud compute ssh --tunnel-through-iap'
|
alias gcs='gcloud compute ssh --tunnel-through-iap'
|
||||||
alias gscp='gcloud compute scp --tunnel-through-iap'
|
alias gscp='gcloud compute scp --tunnel-through-iap'
|
||||||
alias gci='gcloud compute instances'
|
alias gci='gcloud compute instances'
|
||||||
|
# This invocation is so much more complicated than it needs to be, but
|
||||||
|
# Google will only show mountain time otherwise.
|
||||||
|
alias gops='gcloud compute operations list --format=":(TIMESTAMP.date(tz=LOCAL))" --sort-by=TIMESTAMP'
|
||||||
|
|
||||||
# Not an alias but useful nonetheless.
|
# Not an alias but useful nonetheless.
|
||||||
function pasters() {
|
function pasters() {
|
||||||
@@ -116,6 +119,7 @@ source "${ZDOTDIR:-$HOME}/.zshtheme"
|
|||||||
# of RAM
|
# of RAM
|
||||||
REPORTTIME=10
|
REPORTTIME=10
|
||||||
REPORTMEMORY=10240
|
REPORTMEMORY=10240
|
||||||
|
TIMEFMT='%J %U user %S system %P cpu %*E total; max RSS %MkB'
|
||||||
|
|
||||||
# Setup the CNF hook
|
# Setup the CNF hook
|
||||||
if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then
|
if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user