Skip to content

Commit ea60a64

Browse files
author
Steve Jeong
committed
docker: base: update setting bashrc.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 957c779 commit ea60a64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/base/fixups/postfix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ rc_config() {
5454

5555
# bashrc user confs
5656
if [ -f "${bashrc}" ]; then
57-
echo "alias tmux='tmux -2'" >> "${bashrc}" > /dev/null 2>&1
58-
echo "set -o vi" >> "${bashrc}" > /dev/null 2>&1
57+
echo "set bashrc"
58+
echo "alias tmux='tmux -2'" >> "${bashrc}"
59+
echo "set -o vi" >> "${bashrc}"
5960
fi
6061

6162
echo "Finish rc config"

0 commit comments

Comments
 (0)