Skip to content

Instantly share code, notes, and snippets.

View harshv5094's full-sized avatar
🎯
Focusing

Harsh Vyapari harshv5094

🎯
Focusing
View GitHub Profile
@harshv5094
harshv5094 / .bashrc
Created December 9, 2025 07:57
bashrc
# Getting Proper Colors
export TERM="xterm-256color"
# append to the history file, don't overwrite it
shopt -s histappend
# Setting up history export
export HISTSIZE=5000
export HISTFILESIZE=10000
export HISTTIMEFORMAT="%F %T " # add timestamp to history
@harshv5094
harshv5094 / pacman.conf
Created December 9, 2025 07:55
pacman.conf
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.