Skip to content
View orlovmyk's full-sized avatar
🦊
🦊

Block or report orlovmyk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
orlovmyk/README.md

Pinned Loading

  1. alertmanager template for Telegram m... alertmanager template for Telegram message
    1
    {{ define "__alert_list" }}{{ range . }}
    2
    
                  
    3
    {{/* Severity of the alert */}}
    4
    {{- if eq .Labels.severity "critical" -}}
    5
    ❗️
  2. My right prompt for the fish shell. My right prompt for the fish shell.
    1
    function fish_right_prompt -d "Write out the right prompt"
    2
      set -l exit_code $status
    3
      set -l is_git_repository (git rev-parse --is-inside-work-tree 2> /dev/null)
    4
      set -l max_shlvl 1; and test "$TERM" = "screen"; and set -l max_shlvl 2
    5