Skip to content

Instantly share code, notes, and snippets.

View Nanzitos's full-sized avatar
😁
Happy, Work Developer

Renan G. da Silva Nanzitos

😁
Happy, Work Developer
View GitHub Profile
@Nanzitos
Nanzitos / bashrc.sh
Created October 23, 2020 01:33 — forked from kossoy/bashrc.sh
Elementary OS default .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# We use preexec and precmd hook functions for Bash
# If you have anything that's using the Debug Trap or PROMPT_COMMAND
# change it to use preexec or precmd
# See also https://github.com/rcaloras/bash-preexec
# If not running interactively, don't do anything
case $- in