Skip to content
View saterus's full-sized avatar

Organizations

@edgecase
Block or Report

Block or report saterus

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

Pinned

  1. rebase-wizard rebase-wizard Public

    CLI Wizard to help find the right arguments for `git rebase`

    Rust 3

  2. cat-kata cat-kata Public

    Kata to Reimplement `cat`

    Rust 1

  3. VSCode Settings VSCode Settings
    1
    {
    2
        "breadcrumbs.enabled": true,
    3
        "editor.copyWithSyntaxHighlighting": false,
    4
        "editor.cursorBlinking": "phase",
    5
        "editor.cursorSmoothCaretAnimation": true,
  4. iex_history_instructions.md iex_history_instructions.md
    1
    Setup Elixir History:
    2
    1. `touch ~/.iex_history`
    3
    2. Set the ERL_AFLAGS env var:
    4
        bash: `echo "export ERL_AFLAGS='-kernel shell_history enabled'" >> ~/.bashrc`
    5
        zsh: `echo "export ERL_AFLAGS='-kernel shell_history enabled'" >> ~/.zshrc`