mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
📝 Add keyboard indecator for qtile, dmne theme for rofi. Update nvim, ranger
This commit is contained in:
parent
4f3a929be0
commit
917b69171d
18 changed files with 195 additions and 88 deletions
6
zshrc
6
zshrc
|
|
@ -1,4 +1,5 @@
|
|||
export ZSH="/home/sasha/.oh-my-zsh"
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
source ~/.env
|
||||
source ~/.profile
|
||||
|
||||
|
|
@ -41,3 +42,6 @@ alias .6="cd ../../../../../.."
|
|||
alias tozsh="chsh -s /bin/zsh && echo 'Now log out.'"
|
||||
alias tofish="chsh -s /bin/fish && echo 'Now log out.'"
|
||||
alias tobash="chsh -s /bin/bash && echo 'Now log out.'"
|
||||
|
||||
### Pfetch ###
|
||||
pfetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue