1
0
Fork 0

Add some aliases for editing .vimrc and sourcing zshrc files.

pull/1/head
Ashley Dev 14 years ago
parent d6ac57747d
commit 94631ea661

@ -46,6 +46,13 @@ alias print-libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'
alias lsbom='lsbom -f -l -s -pf' alias lsbom='lsbom -f -l -s -pf'
alias t="$HOME/.local/bin/t --task-dir ~/.tasks --list todo.txt --delete-if-empty" alias t="$HOME/.local/bin/t --task-dir ~/.tasks --list todo.txt --delete-if-empty"
alias v.='vim .'
alias v='vim ~/.vimrc'
alias VS='vim -S Session.vim'
alias zs='source ~/.zshrc; source ~/.zshenv'
if [[ -x "${commands[htop]}" ]]; then if [[ -x "${commands[htop]}" ]]; then
alias top=htop alias top=htop
else else

Loading…
Cancel
Save