dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d8855fad606168736ba01320923cd65aa054c3e0
parent c19da0be831fbbdf71a0a92708b2d504c26c5272
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 15 Apr 2020 14:34:37 +0200

Add bigterm alias

Diffstat:
M.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -148,6 +148,7 @@ randomman() { } alias julia-fast='julia --procs 1 --optimize=3 --math-mode=fast' +alias bigterm='nohup st -f "pragmatapro:size=24" >/dev/null 2>&1 &' if [ -d "/usr/local/cuda/bin" ]; then PATH=/usr/local/cuda/bin:$PATH