diff options
| author | Simeon Simeonov | 2025-02-02 19:38:17 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2025-02-02 19:38:17 +0100 |
| commit | 6cff034042ad80df83cd18d3e55877aaacbd3ad7 (patch) | |
| tree | 8c0e227ed54029880a4a2f7d7336ff731f9a8c54 /Archlinux/root/.bashrc | |
| parent | 0ed0f7f63e7bf897c41dde295d3c3b9e12cdc9b4 (diff) | |
Diffstat (limited to 'Archlinux/root/.bashrc')
| -rw-r--r-- | Archlinux/root/.bashrc | 11 |
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 @@ | |||
| 1 | alias ls='ls --color=auto' | ||
| 2 | alias grep='grep --color=auto' | ||
| 3 | |||
| 4 | PS1="[\[\033[01;32m\]\u\[\033[00m\]@\h \w]\\$ "; export PS1 | ||
| 5 | |||
| 6 | export HISTSIZE=100000 | ||
| 7 | export HISTCONTROL=ignorespace:erasedups | ||
| 8 | shopt -s checkwinsize | ||
| 9 | |||
| 10 | export LANG=en_US.UTF-8 | ||
| 11 | export EDITOR=emacs | ||
