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 54c45d617c0dadb5962d2b2b564ae9ece7a74056
parent cc54240189431e18f4428598025f58123cfd2765
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 15:11:53 +0100

Move xprofile contents into profile

Diffstat:
Mlinks/.profile | 1+
Dlinks/.xprofile | 3---
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/links/.profile b/links/.profile @@ -1,3 +1,4 @@ +[ -f ~/.locale ] && . ~/.locale export EDITOR="vim" export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 diff --git a/links/.xprofile b/links/.xprofile @@ -1,3 +0,0 @@ -#!/bin/sh -[ -f $HOME/.locale ] && $HOME/.locale -export TERMINAL=st