open command, vim toggle paste and numbers, etc..

This commit is contained in:
2020-08-21 10:59:00 +02:00
parent a9f4901e25
commit 79cae3e93b
3 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
alias ls='ls --color=auto'
# Define a OS X-like open command
open() { command xdg-open "$@" > /dev/null 2>&1 & }
# Source git prompt
source_existing ~/scripts/git-prompt.sh
source_existing ~/.bash_prompt.kuba