We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c779 commit ea60a64Copy full SHA for ea60a64
docker/base/fixups/postfix
@@ -54,8 +54,9 @@ rc_config() {
54
55
# bashrc user confs
56
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
+ echo "set bashrc"
+ echo "alias tmux='tmux -2'" >> "${bashrc}"
59
+ echo "set -o vi" >> "${bashrc}"
60
fi
61
62
echo "Finish rc config"
0 commit comments