Initial commit of sync-aliases and key_aliases

Split off shell functions into zsh_aliases_functions. Added aliases for
.gitconfig and Watson.
This commit is contained in:
2019-01-28 05:37:14 -05:00
parent 896878fef6
commit 42d6ee9b46
13 changed files with 531 additions and 15 deletions

View File

@@ -206,3 +206,4 @@ fi
# Both PC/Laptop }}}
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
source /home/kevin/.aliases

View File

@@ -17,3 +17,16 @@
tool = vimdiff
[commit]
gpgsign = true
[alias]
a = add
c = commit
ch = checkout
d = diff
f = fetch
l = log
m = merge
pl = pull
ps = push
s = status
st = stash
r = remote

View File

@@ -171,7 +171,10 @@ colorscheme wal
" Mappings {{{ "
" function keys {{{ "
map <F1> :silent !scp %:p kevin@192.168.0.21:/home/kevin/a1<CR>
" map <F1> :silent !scp %:p k@192.168.0.17:/home/k/a1<CR>
" map <F2> :silent !gcc -m32 -o test_full test_full.c && scp test_full k@192.168.0.17:/home/k/a1<CR>
" map <F2> :silent !scp -P 2222 e1.html e1_style.css kevin@127.0.0.1:/home/kevin/Downloads/e1<CR>
" map <F3> :silent !gcc -m32 -o test_intercept test_intercept.c && scp test_intercept k@192.168.0.17:/home/k/a1<CR>
map <F4> :xa<CR>
map <F5> :q!<CR>
" map <F6> :make -C ~/Documents/resume cv<CR>

View File

@@ -172,3 +172,4 @@ source /home/kevin/coding/spotify-lib-vis/src/api-keys.sh
export GPG_TTY=$(tty)
export PASSWORD_STORE_CLIP_TIME=120
source /home/kevin/.aliases