update readme and bashrc
This commit is contained in:
parent
63769207e6
commit
d58246d290
@ -1,3 +1,9 @@
|
|||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
My dotfiles
|
My dotfiles
|
||||||
|
|
||||||
|
|
||||||
|
## Symlinks
|
||||||
|
1. bashrc -> $HOME/.bashrc -> $HOME/.bash_profile
|
||||||
|
2. vimrc -> $HOME/.vimrc -> $HOME/.config/nvim/init.vim
|
||||||
|
3. tmux.conf -> $HOME/.tmux.conf
|
||||||
|
7
bashrc
7
bashrc
@ -5,6 +5,9 @@ if [ -f /etc/bashrc ]; then
|
|||||||
. /etc/bashrc
|
. /etc/bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
PATH=$PATH:$HOME/.local/bin:$HOME/bin
|
||||||
|
export PATH
|
||||||
|
|
||||||
if [ -f `which powerline-daemon` ]; then
|
if [ -f `which powerline-daemon` ]; then
|
||||||
powerline-daemon -q
|
powerline-daemon -q
|
||||||
POWERLINE_BASH_CONTINUATION=1
|
POWERLINE_BASH_CONTINUATION=1
|
||||||
@ -47,5 +50,5 @@ export FZF_DEFAULT_COMMAND="rg --files"
|
|||||||
|
|
||||||
alias dnfupdate='sudo dnf update -y'
|
alias dnfupdate='sudo dnf update -y'
|
||||||
alias src="cd /home/$USER/src/"
|
alias src="cd /home/$USER/src/"
|
||||||
alias blogsource="cd /home/$USER/src/repos/edr/ericrohler_static/"
|
alias blogsrc="cd /home/$USER/src/repos/edr/ericrohler_static/"
|
||||||
alias dotfilesource="cd /home/$USER/src/repos/edr/dotfiles/"
|
alias dotfilesrc="cd /home/$USER/src/repos/edr/dotfiles/"
|
||||||
|
Loading…
Reference in New Issue
Block a user