mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add alacritty, bettrscreenlock config & update qtile, nvim
This commit is contained in:
parent
88cbabb443
commit
f407ac09bc
13 changed files with 304 additions and 36 deletions
5
zshrc
5
zshrc
|
|
@ -1,5 +1,5 @@
|
|||
export ZSH="$HOME/.oh-my-zsh"
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
export PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
||||
#source ~/.env
|
||||
#source ~/.profile
|
||||
|
||||
|
|
@ -36,6 +36,7 @@ function bgcolor {
|
|||
alias cls="clear"
|
||||
alias :q="exit"
|
||||
alias tmux="tmux -2"
|
||||
alias vim="nvim"
|
||||
alias icat="kitty +kitten icat"
|
||||
|
||||
alias ..="cd .."
|
||||
|
|
@ -50,4 +51,4 @@ alias tofish="chsh -s /bin/fish && echo 'Now log out.'"
|
|||
alias tobash="chsh -s /bin/bash && echo 'Now log out.'"
|
||||
|
||||
### NeoFetch ###
|
||||
neofetch
|
||||
#neofetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue