Backup commit before trying Luke's shortcut sync

This commit is contained in:
2018-11-29 23:14:54 -05:00
parent 7300b6f85f
commit 997beca5dd
11 changed files with 125 additions and 170 deletions

View File

@@ -120,6 +120,7 @@ alias lc="f ~/linux-config/"
function glc() { grep $1 ~/linux-config/aliases/zsh_aliases ; }
alias lca="f ~/linux-config/aliases"
source ~/.shortcuts
alias vv="ni ~/.vimrc"
alias vu="ni ~/.Xresources"
alias vzb="ni ~/.zshrc"
@@ -149,7 +150,9 @@ silent="> /dev/null 2>&1& "
alias ran="ranger"
# okular
function ok() { nohup okular $1 > /dev/null 2>&1& ; }
# function ok() { nohup okular $1 > /dev/null 2>&1& ; }
# zathura
function za() { nohup zathura $1 > /dev/null 2>&1& ; }
# xviewer
function xv() { nohup xviewer $1 > /dev/null 2>&1& ; }
function chr() { google-chrome $1 ; }