diff --git a/custom/aliases.zsh b/custom/aliases.zsh index e2d743c5..e77ed8bb 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -46,6 +46,13 @@ alias print-libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}' alias lsbom='lsbom -f -l -s -pf' 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 alias top=htop else