Skip to content

Instantly share code, notes, and snippets.

View grantis's full-sized avatar
:octocat:

Grant Rigby grantis

:octocat:
  • Melbourne
  • 19:32 (UTC +11:00)
View GitHub Profile
@grantis
grantis / gist:3f2c20e5d415b070c2d82d9b138ceeec
Last active November 13, 2025 03:59
fancy out of box bash for new computer
# ~/.bashrc — modern Bash shell for WSL & Linux
# ------------------------------------------------------------------------------
# If not running interactively, do nothing.
case $- in *i*) ;; *) return ;; esac
# ==============================================================================
# Locale: safe default; no warnings
# ==============================================================================
export LANG=C.UTF-8
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',