mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
.cat.sh: add automatic restarting of shell.
exec $SHELL Also add vim modeline ;)
This commit is contained in:
parent
af15c7b3fa
commit
d92952c9f2
2
.cat.sh
2
.cat.sh
@ -5,4 +5,6 @@ cat tmux.conf > ~/.tmux.conf
|
|||||||
cat zshrc > ~/.zshrc
|
cat zshrc > ~/.zshrc
|
||||||
#cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|
#cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|
||||||
cat vimrc > ~/.vimrc
|
cat vimrc > ~/.vimrc
|
||||||
|
exec $SHELL
|
||||||
|
|
||||||
|
# vim : set ft=sh :
|
||||||
|
Loading…
Reference in New Issue
Block a user