Skip to content

Instantly share code, notes, and snippets.

@DzeryCZ
Last active May 4, 2018 15:54
Show Gist options
  • Save DzeryCZ/def2cf5e8aef9a50f9f3a0dd528f048e to your computer and use it in GitHub Desktop.
Save DzeryCZ/def2cf5e8aef9a50f9f3a0dd528f048e to your computer and use it in GitHub Desktop.

Revisions

  1. DzeryCZ renamed this gist May 4, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. DzeryCZ created this gist May 4, 2018.
    13 changes: 13 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    ### Add this to `~/.bashrc`

    ```bash
    # Setting Title in Hyper
    function title() { echo -e "\033]0;${1:?please specify a title}\007" ; }
    ```

    ### Log out and back in the terminal

    ### Use as
    ```bash
    $ title MY-TAB
    ```