mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3, bspwm config, add screenhot for bspwm
This commit is contained in:
parent
5374db696a
commit
b11c53f634
13 changed files with 102 additions and 159 deletions
8
zshrc
8
zshrc
|
|
@ -24,18 +24,20 @@ export VISUAL="nvim"
|
|||
### Functions
|
||||
bgcolor() {
|
||||
convert -size 1x1 xc:"#$1" /tmp/bgc.png
|
||||
feh --bg-tile /tmp/bgc.png}
|
||||
feh --bg-tile /tmp/bgc.png
|
||||
}
|
||||
backup() {
|
||||
cp $1 $1.bak}
|
||||
cp $1 $1.bak
|
||||
}
|
||||
|
||||
### Aliases
|
||||
alias cls="clear"
|
||||
alias mkdir="mkdir -p"
|
||||
alias cp="cp -r"
|
||||
alias du="du -sh"
|
||||
alias df="df -h"
|
||||
alias vim="nvim"
|
||||
alias vi="vim"
|
||||
alias d="docker"
|
||||
alias wiki="vi +Wiki"
|
||||
alias tmux="tmux -2"
|
||||
alias :q="exit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue