summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:17:49 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:17:49 +0200
commit93569ffa8267f4d8845824d4b66623c466634fa1 (patch)
treecbdbda81b6c389ad262813e9e64722fe18f4977e /.profile
parentc01fd59d624d549c8f40ddc85e19b057828326b5 (diff)
downloadconfig-93569ffa8267f4d8845824d4b66623c466634fa1.tar.gz
config-93569ffa8267f4d8845824d4b66623c466634fa1.zip
Fix xedit
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 03b1379..1037781 100644
--- a/.profile
+++ b/.profile
@@ -11,7 +11,7 @@ export HISTSIZE=10000
11# Standard stuff and variables for my scripts 11# Standard stuff and variables for my scripts
12export EDITOR=vi 12export EDITOR=vi
13export VISUAL=vi 13export VISUAL=vi
14export XEDIT=xedit 14#export XEDIT=some-gui-editor # Do not set to "xedit", recursion
15export NOTIFY=notify 15export NOTIFY=notify
16export OPENER=open-file 16export OPENER=open-file
17export BROWSER=firefox 17export BROWSER=firefox

Generated with cgit - Back to sebastiano.tronto.net