From 6cff034042ad80df83cd18d3e55877aaacbd3ad7 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 2 Feb 2025 19:38:17 +0100 Subject: Add Archlinux and update Fedora/user --- Archlinux/root/.bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Archlinux/root/.bashrc (limited to 'Archlinux/root') diff --git a/Archlinux/root/.bashrc b/Archlinux/root/.bashrc new file mode 100644 index 0000000..fddd246 --- /dev/null +++ b/Archlinux/root/.bashrc @@ -0,0 +1,11 @@ +alias ls='ls --color=auto' +alias grep='grep --color=auto' + +PS1="[\[\033[01;32m\]\u\[\033[00m\]@\h \w]\\$ "; export PS1 + +export HISTSIZE=100000 +export HISTCONTROL=ignorespace:erasedups +shopt -s checkwinsize + +export LANG=en_US.UTF-8 +export EDITOR=emacs -- cgit v1.3