mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
bashrc: Removed the > which is annoying to bash users.
This commit is contained in:
parent
ab9f6a213c
commit
7efe627768
2
bashrc
2
bashrc
@ -10,7 +10,7 @@
|
|||||||
# For Mac OS X + SSH sessions. bashrc must be sourced by hand at least once.
|
# For Mac OS X + SSH sessions. bashrc must be sourced by hand at least once.
|
||||||
echo "if [ -f ~/.bashrc ]; then
|
echo "if [ -f ~/.bashrc ]; then
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
fi" >> ~/.bash_profile
|
fi" > ~/.bash_profile
|
||||||
|
|
||||||
##### Defaults etc... M0TZLS #####
|
##### Defaults etc... M0TZLS #####
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user