Update bash, dunst, nvim config

This commit is contained in:
Smirnov Olexandr 2020-12-25 16:16:26 +02:00
parent ae217b0fe1
commit 4e2f196e26
5 changed files with 49 additions and 185 deletions

6
bashrc
View file

@ -1,3 +1,4 @@
export PATH="$HOME/bin:$HOME/.local/bin:$PATH"
source ~/.profile
#source ~/.env
@ -18,14 +19,9 @@ alias du="du -sh"
alias df="df -h"
alias cp="cp -r"
alias :q="exit"
alias ..='cd ..'
alias ...='cd ../..'
alias .3='cd ../../..'
alias .4='cd ../../../..'
alias .5='cd ../../../../..'
alias .6='cd ../../../../../..'
alias tofish="chsh -s /bin/fish && echo 'Now log out.'"
alias tozsh="chsh -s /bin/zsh && echo 'Now log out.'"
alias tobash="chsh -s /bin/bash && echo 'Now log out.'"