zsh: fixed a few aliases
This commit is contained in:
1
vimrc
1
vimrc
@@ -92,6 +92,7 @@ Bundle 'hellerve/carp-vim'
|
|||||||
Bundle 'hellerve/luna-vim'
|
Bundle 'hellerve/luna-vim'
|
||||||
Bundle 'tikhomirov/vim-glsl'
|
Bundle 'tikhomirov/vim-glsl'
|
||||||
Plugin 'rust-lang/rust.vim'
|
Plugin 'rust-lang/rust.vim'
|
||||||
|
Plugin 'kchmck/vim-coffee-script'
|
||||||
|
|
||||||
" Custom bundles
|
" Custom bundles
|
||||||
if filereadable(expand("~/.vim.local/bundles.vim"))
|
if filereadable(expand("~/.vim.local/bundles.vim"))
|
||||||
|
6
zshrc
6
zshrc
@@ -208,7 +208,7 @@ save_dotfiles(){
|
|||||||
|
|
||||||
makepass(){
|
makepass(){
|
||||||
LEN=20
|
LEN=20
|
||||||
if [ $# > 1 ] ; then
|
if [ $# -gt 1 ] ; then
|
||||||
LEN=$1
|
LEN=$1
|
||||||
fi
|
fi
|
||||||
cat /dev/urandom | base64 | head -c $LEN
|
cat /dev/urandom | base64 | head -c $LEN
|
||||||
@@ -285,8 +285,8 @@ elif type compctl &>/dev/null; then
|
|||||||
fi
|
fi
|
||||||
###-end-npm-completion-###
|
###-end-npm-completion-###
|
||||||
|
|
||||||
function gclone {
|
function ghcl {
|
||||||
git clone https://github.com/$1
|
git clone git@github.com:$1.git
|
||||||
}
|
}
|
||||||
|
|
||||||
fortune | cowsay
|
fortune | cowsay
|
||||||
|
Reference in New Issue
Block a user