dwisianto / dots

Dotfiles collection
0 stars 0 forks source link

bashrc #3

Open dwisianto opened 4 years ago

dwisianto commented 4 years ago

asdas

source bash profile

src_me() { source ./src_me.sh; } src_bash_profile() { source ~/.bash_profile; } src bash_profile_conda() { source ~/.bash_profile_conda; }

dwisianto commented 3 years ago

bashrc_dsm

source ~/.bashrc_dsm_conda

Settings for the makefile and editor

alias mk="make"
alias mkn="make --no-print-directory"
alias mkd="make -n"
alias vm="vim -u NONE"
alias e="emacs -nw -q"
alias em="emacs -nw -q"
alias em1='emacs -nw -l "/path/to/dots/emacs/e1/init.el"'
alias em2='emacs -nw -l "/path/to/dots/emacs/e2/init.el"'
alias em3='emacs -nw -l "/path/to/dots/emacs/e3/init.el"'