Fix LC_* stuff and passgen (horcruxing); Add delay and side-view mode to bspwm
This commit is contained in:
parent
daef727a61
commit
eca7cebedd
7 changed files with 43 additions and 22 deletions
.config
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
alias .evim='vim $HOME/.config/vim/vimrc'
|
||||
alias .ebspwm='vim $HOME/.config/bspwm/bspwmrc'
|
||||
alias .f='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
|
||||
alias aliases='vim ~/.config/aliasrc && source ~/.config/aliasrc'
|
||||
|
@ -19,6 +20,7 @@ alias du='du -h'
|
|||
alias free='free -h'
|
||||
|
||||
alias grep='grep --color=auto'
|
||||
alias grep-highlight='grep -e "^" -e'
|
||||
|
||||
alias hist-grep='history 0 | grep '
|
||||
|
||||
|
@ -35,11 +37,11 @@ alias mv='mv -iv'
|
|||
|
||||
alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)'
|
||||
|
||||
alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG_CONFIG_DIR/qutebrowser/config-kiosk.py'
|
||||
alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG_CONFIG_HOME/qutebrowser/config-kiosk.py'
|
||||
|
||||
alias rm='rm -I --one-file-system -v'
|
||||
|
||||
alias s3cmd="s3cmd --config=$XDG_CONFIG_DIR/s3cmd/config"
|
||||
alias s3cmd="s3cmd --config=$XDG_CONFIG_HOME/s3cmd/config"
|
||||
alias sudo='sudo '
|
||||
|
||||
alias wget='wget -c'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue