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 95507dc88e094b568f794524d4b3ff18d2b91ccf
parent 9ef5df1e14f64381fb729a7723bcea1a27cebe91
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Jun 2020 13:16:17 +0200

Add alias for opening new terminal

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

diff --git a/.profile b/.profile @@ -103,6 +103,8 @@ else alias mi="sudo make install" fi +alias nt='nohup $TERMINAL >/dev/null 2>&1 &' + alias date-utc='TZ=UTC date' alias date-denmark='TZ=Europe/Copenhagen date' alias date-eastern='TZ=US/Eastern date'