mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
bashrc: Tell bash_profile to source .bashrc. Mac OS X... SSH sessions...
NOTE: bashrc must be sourced by hand at least once.
This commit is contained in:
parent
83bf25982b
commit
50b8ce7343
5
bashrc
5
bashrc
@ -7,6 +7,11 @@
|
|||||||
# Functions ZGC5QQ
|
# Functions ZGC5QQ
|
||||||
# Tmux (example) 4G2W9C
|
# Tmux (example) 4G2W9C
|
||||||
|
|
||||||
|
# For Mac OS X + SSH sessions. bashrc must be sourced by hand at least once.
|
||||||
|
echo "if [ -f ~/.bashrc ]; then
|
||||||
|
source ~/.bashrc
|
||||||
|
fi" >> ~/.bash_profile
|
||||||
|
|
||||||
##### Defaults etc... M0TZLS #####
|
##### Defaults etc... M0TZLS #####
|
||||||
|
|
||||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||||
|
Loading…
Reference in New Issue
Block a user