mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add some aliases for editing .vimrc and sourcing zshrc files.
This commit is contained in:
parent
d6ac57747d
commit
94631ea661
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue