OSDN Git Service

sunset: Added and Removed filess.
[alterlinux/alterlinux-channels.git] / sunset.add / airootfs.any / etc / bash.bashrc
1 #
2 # /etc/bash.bashrc
3 #
4
5 # If not running interactively, don't do anything
6 [[ $- != *i* ]] && return
7
8 [[ $DISPLAY ]] && shopt -s checkwinsize
9
10 # PS1='[\u@\h \W]\$ '
11 PS1='\u@\h:\w\$ ' 
12
13 [[ -f /etc/bash_aliases ]] && source /etc/bash_aliases
14 [[ -f /etc/bash_functions ]] && source /etc/bash_functions
15
16 export EDITOR=nano