Skip to content

Instantly share code, notes, and snippets.

View elalemanyo's full-sized avatar
🥘

victor elalemanyo

🥘
View GitHub Profile
@elalemanyo
elalemanyo / README.md
Last active April 12, 2025 20:17
Debug zsh startup time

Debug zsh startup time

  1. Inject profiling code

    At the beginning of your .zshrc add following: zmodload zsh/zprof

    and at the end add: zprof

    This will load zprof mod and display what your shell was doing durung your initialization.

@elalemanyo
elalemanyo / travis.sh
Created September 21, 2020 10:11
Deploy to travis
body='{
"request": {
"branch":"master"
}}'
curl -s -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Travis-API-Version: 3" \
-H "Authorization: token [travis token]" \
@elalemanyo
elalemanyo / .postgres-version
Last active July 26, 2024 09:52
Check rails postgres version
10.6