4 lines
100 B
Bash
4 lines
100 B
Bash
alias edit="emacsclient -t"
|
|
alias e="emacsclient -n"
|
|
alias ijulia="ipython console --profile=julia"
|