Method: Aka.setBASHRC

Defined in:
lib/aka/config.rb

.setBASHRCObject



126
127
128
129
130
# File 'lib/aka/config.rb', line 126

def self.setBASHRC
  setPath("#{BASHRC_PATH}","dotfile")
  setPath("#{Dir.home}/.bash_history","history")
  setPath("/etc/profile","profile")
end