Browse Source

Teach .bashrc about perlbrew and teach shadow_config about .profile

master
Jonathan "Duke" Leto 13 years ago
parent
commit
a95f64194b
  1. 1
      bin/shadow_config
  2. 3
      config/.bashrc
  3. 2
      config/.profile

1
bin/shadow_config

@ -9,6 +9,7 @@ my @config_files = qw/
.dir_colors
.gitconfig
.irssi
.profile
.perldb
.proverc
.psqlrc

3
config/.bashrc

@ -110,3 +110,6 @@ NVM_DIR=$HOME/git/nvm
[ -e ~/.bash/hosts ] && source ~/.bash/hosts
[ -e ~/.bashrc.work ] && source ~/.bashrc.work
[ -e ~/.bashrc.local ] && source ~/.bashrc.local
# perlbrew
[ -e ~/perl5/perlbrew/etc/bashrc ] && source ~/perl5/perlbrew/etc/bashrc

2
config/.profile

@ -1,4 +1,4 @@
source .bashrc
source ~/.bashrc
fortune
##

Loading…
Cancel
Save