Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 391 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 391 Bytes
./autogen.sh && ./configure --prefix=$HOME && make && make install

~/.bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH

~/.bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

# User specific aliases and functions