Skip to content

Instantly share code, notes, and snippets.

@zero777cool
zero777cool / .bashrc
Created September 19, 2025 12:10 — forked from calvince/.bashrc
make ubuntu terminal look like parrot os terminal. use nano .bashrc from the terminal then replace older baashrc with the new parrot os 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
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace