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