separate profile from bashrc

This commit is contained in:
Aminda Suomalainen 2015-03-28 18:36:06 +02:00
parent fc43bdab3c
commit 5ff4032a93
3 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,7 @@ export MIKAELA_GREP=$HOME/.MIKAELA_GREP
cat rc/bashrc > ~/.bashrc
cat conf/tmux.conf > ~/.tmux.conf
cat rc/zshrc > ~/.zshrc
cat rc/profile > ~/.profile
cat conf/gitconfig > ~/.gitconfig
cat rc/vimrc > ~/.vimrc
if [ ! -f ~/.oidentd.conf ]; then

View File

@ -5,11 +5,6 @@ UNAME=$(uname)
# Aliases RJ706I
# Functions ZGC5QQ
# For OS X + SSH sessions. bashrc must be sourced by hand at least once.
echo "if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi" > ~/.bash_profile
# enable terminal bell
if [ -f /usr/bin/xset ];

4
rc/profile Normal file
View File

@ -0,0 +1,4 @@
if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ]; then
source ~/.$(echo $SHELL|cut -d/ -f3)rc
fi
setxkbmap -option compose:lwin