Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
jordanrobinson / gist:e5d3a484df1701ca3460
Created November 15, 2014 11:08
Custom terminal prompt
export PS1='\[\033[01;36m\]\h\[\033[01;30m\] \w \@ \[\033[36m\]$(__git_ps1 "(%s)")
\[\033[01;30m\] λ\[\033[00m\] '
@jordanrobinson
jordanrobinson / clear-jira.sh
Last active August 29, 2015 14:08
Clear all JIRA watched issues using https://github.com/toabctl/jiracli
jiracli --issue-oneline --issue-search "issue in watchedIssues()" | sed -e 's/,.*//g' | xargs -L1 jiracli --issue-watch-remove
@jordanrobinson
jordanrobinson / .bashrc
Last active April 1, 2020 12:21
.bashrc file
# To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
# public domain worldwide. This software is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
# base-files version 4.2-3
# ~/.bashrc: executed by bash(1) for interactive shells.