summary refs log blame commit diff stats
path: root/examples/bash_subshell_notice.sh
blob: b6b03d745102cc004ce1ac1826e5ab61a9787f72 (plain) (tree)
1
2
3
4
5




                                                            
# 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) '
n44' href='#n44'>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