Skip to content

Instantly share code, notes, and snippets.

View P0tragis's full-sized avatar

Neggabyte P0tragis

View GitHub Profile
@P0tragis
P0tragis / .bashrc
Created October 6, 2025 14:24 — 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