Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open source
IQRF Yocto Layer
Commits
c873b47f
Commit
c873b47f
authored
Apr 04, 2021
by
Karel Hanák
Browse files
bashrc: exit for non-interactive
Signed-off-by:
Karel Hanák
<
karel.hanak@iqrf.org
>
parent
f1104f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes-core/base-files/base-files/share/dot.bashrc
View file @
c873b47f
# ~/.bashrc: executed by bash(1) for non-login shells.
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# check if terminal uses colors
case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment