diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-09 08:17:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-09 08:17:49 +0200 |
| commit | 93569ffa8267f4d8845824d4b66623c466634fa1 (patch) | |
| tree | cbdbda81b6c389ad262813e9e64722fe18f4977e /.profile | |
| parent | c01fd59d624d549c8f40ddc85e19b057828326b5 (diff) | |
| download | config-93569ffa8267f4d8845824d4b66623c466634fa1.tar.gz config-93569ffa8267f4d8845824d4b66623c466634fa1.zip | |
Fix xedit
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ export HISTSIZE=10000 | |||
| 11 | # Standard stuff and variables for my scripts | 11 | # Standard stuff and variables for my scripts |
| 12 | export EDITOR=vi | 12 | export EDITOR=vi |
| 13 | export VISUAL=vi | 13 | export VISUAL=vi |
| 14 | export XEDIT=xedit | 14 | #export XEDIT=some-gui-editor # Do not set to "xedit", recursion |
| 15 | export NOTIFY=notify | 15 | export NOTIFY=notify |
| 16 | export OPENER=open-file | 16 | export OPENER=open-file |
| 17 | export BROWSER=firefox | 17 | export BROWSER=firefox |
