Browse Source

[TASK] remove bash files

master
Dor dicke Gind 2 years ago
parent
commit
df84dd963d
  1. 3
      .bash_logout
  2. 5
      .bash_profile
  3. 9
      .bashrc

3
.bash_logout

@ -1,3 +0,0 @@
#
# ~/.bash_logout
#

5
.bash_profile

@ -1,5 +0,0 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

9
.bashrc

@ -1,9 +0,0 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
Loading…
Cancel
Save