summaryrefslogtreecommitdiff
path: root/Archlinux/root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'Archlinux/root/.bashrc')
-rw-r--r--Archlinux/root/.bashrc11
1 files changed, 11 insertions, 0 deletions
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 @@
1alias ls='ls --color=auto'
2alias grep='grep --color=auto'
3
4PS1="[\[\033[01;32m\]\u\[\033[00m\]@\h \w]\\$ "; export PS1
5
6export HISTSIZE=100000
7export HISTCONTROL=ignorespace:erasedups
8shopt -s checkwinsize
9
10export LANG=en_US.UTF-8
11export EDITOR=emacs