mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
separate profile from bashrc
This commit is contained in:
parent
fc43bdab3c
commit
5ff4032a93
1
install
1
install
@ -7,6 +7,7 @@ export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
|||||||
cat rc/bashrc > ~/.bashrc
|
cat rc/bashrc > ~/.bashrc
|
||||||
cat conf/tmux.conf > ~/.tmux.conf
|
cat conf/tmux.conf > ~/.tmux.conf
|
||||||
cat rc/zshrc > ~/.zshrc
|
cat rc/zshrc > ~/.zshrc
|
||||||
|
cat rc/profile > ~/.profile
|
||||||
cat conf/gitconfig > ~/.gitconfig
|
cat conf/gitconfig > ~/.gitconfig
|
||||||
cat rc/vimrc > ~/.vimrc
|
cat rc/vimrc > ~/.vimrc
|
||||||
if [ ! -f ~/.oidentd.conf ]; then
|
if [ ! -f ~/.oidentd.conf ]; then
|
||||||
|
@ -5,11 +5,6 @@ UNAME=$(uname)
|
|||||||
# Aliases RJ706I
|
# Aliases RJ706I
|
||||||
# Functions ZGC5QQ
|
# 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
|
# enable terminal bell
|
||||||
|
|
||||||
if [ -f /usr/bin/xset ];
|
if [ -f /usr/bin/xset ];
|
||||||
|
4
rc/profile
Normal file
4
rc/profile
Normal 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
|
Loading…
Reference in New Issue
Block a user