mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 07:27:19 -04:00
Added custom .bashrc
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='\033[1;36m\u@\h:\033[0m\W\033[1;36m|$\033[0m '
|
||||
|
||||
export BUILDDIR=/tmp/makepkg
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=100000
|
||||
Reference in New Issue
Block a user