reupload
This commit is contained in:
11
arch-user/config/bash/bashrc
Normal file
11
arch-user/config/bash/bashrc
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
stty intr ^K
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
|
||||
export EDITOR=vim
|
||||
PS1='\[\033[38;2;153;136;255m\]\u@\h:\W\$\[\033[0m\]\[\e[0;91m\]${?#0}\[\e[0m\] '
|
||||
Reference in New Issue
Block a user