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 037fb33f51b7b2917b974b48f72acd79fa48167a
parent 0f29ad1def89e665c5648fe6e972683ae332ae0e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 21 Apr 2020 18:50:41 +0200

Move bigterm into script so it is accessible from dmenu_run

Diffstat:
A.local/bin/bigterm | 2++
M.profile | 1-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.local/bin/bigterm b/.local/bin/bigterm @@ -0,0 +1,2 @@ +#!/bin/sh +nohup st -f "pragmatapro:size=24" >/dev/null 2>&1 "$@" diff --git a/.profile b/.profile @@ -163,7 +163,6 @@ randomman() { alias or='plumb "$(randomfile)"' 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