From 7b6cfcb910a44e2b1720dc53eb2ec63e4349183d Mon Sep 17 00:00:00 2001 From: Vitor Gonçalves Date: Fri, 2 Jun 2023 22:00:15 -0300 Subject: fix: removed emacs and bash from PATH, added XDG_DATA/bin --- dot_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_profile b/dot_profile index 8dcb188..25eb7de 100644 --- a/dot_profile +++ b/dot_profile @@ -4,7 +4,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" -export PATH="$PATH:$HOME/.local/bin:$HOME/.config/bash/:$XDG_CONFIG_HOME/emacs/bin" +export PATH="$PATH:$HOME/.local/bin:$XDG_DATA_HOME/bin" # remove some junk from the homedir export GNUPGHOME="$XDG_DATA_HOME/gnupg" -- cgit 1.4.1-2-gfad0 2090eb3db49c65a8ec42c219'>this commit mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
about summary refs log tree commit diff stats
path: root/doc/colorschemes.txt
blob: e1fee2da0172cc6cc7a65fd821ec754cc1cf3029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92