summary refs log tree commit diff stats
path: root/examples/bash_subshell_notice.sh
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-09 18:48:02 +0100
committerhut <hut@lavabit.com>2013-03-09 18:48:02 +0100
commitd2c7d024290ee95afa418975c728ad64172dcfec (patch)
treeeea0659eab7bb0c7b9cc2026468c840d7f22a5c9 /examples/bash_subshell_notice.sh
parent62af277734f05f27f20467393c9d997012ddd2b4 (diff)
downloadranger-d2c7d024290ee95afa418975c728ad64172dcfec.tar.gz
move examples to doc/examples
Diffstat (limited to 'examples/bash_subshell_notice.sh')
-rw-r--r--examples/bash_subshell_notice.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/bash_subshell_notice.sh b/examples/bash_subshell_notice.sh
deleted file mode 100644
index bc44d5a8..00000000
--- a/examples/bash_subshell_notice.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-# Compatible with ranger 1.5.3 through 1.6.*
-#
-# Change the prompt when you open a shell from inside ranger
-#
-# Add this line to your .bashrc for it to work.
-
-[ -n "$RANGER_LEVEL" ] && PS1="$PS1"'(in ranger) '
garam <vc@akkartik.com> 2016-03-27 17:43:41 -0700 2812' href='/akkartik/mu/commit/html/047check_type_by_name.cc.html?h=hlt&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
76755b28 ^
4690ce81 ^
4690ce81 ^
a654e4ec ^



76755b28 ^

a654e4ec ^





76755b28 ^

a654e4ec ^
76755b28 ^









4690ce81 ^
f344b250 ^

76755b28 ^
2f02189d ^
76755b28 ^
0ca56ed8 ^
db1f56c8 ^
76755b28 ^

4690ce81 ^
76755b28 ^
4690ce81 ^

a654e4ec ^
4690ce81 ^
a654e4ec ^
4690ce81 ^
a654e4ec ^
76755b28 ^
a654e4ec ^
4690ce81 ^
a654e4ec ^
76755b28 ^



4690ce81 ^



dcc060c7 ^
76755b28 ^

a654e4ec ^
4690ce81 ^



dcc060c7 ^
4690ce81 ^
76755b28 ^
4690ce81 ^
2f02189d ^
dcc060c7 ^

44c1aeef ^
4690ce81 ^
2f02189d ^
dcc060c7 ^

4690ce81 ^
2f02189d ^
dcc060c7 ^


76755b28 ^


4690ce81 ^
f344b250 ^

76755b28 ^
e81da299 ^

76755b28 ^

4690ce81 ^
f344b250 ^
76755b28 ^

e81da299 ^

76755b28 ^

4690ce81 ^
f344b250 ^
76755b28 ^

e81da299 ^
76755b28 ^



4690ce81 ^
76755b28 ^
f344b250 ^
76755b28 ^
2f02189d ^
76755b28 ^


4690ce81 ^
f344b250 ^
76755b28 ^

f344b250 ^
dcc060c7 ^


4690ce81 ^
f344b250 ^
dcc060c7 ^
2f02189d ^
4690ce81 ^






f344b250 ^


4690ce81 ^


76755b28 ^


a654e4ec ^
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165