From 11c7eb57d446d634c55c39e0ad17287d36aab446 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 15 Feb 2020 22:18:28 +0100 Subject: feat: make install using lt First working version of lt, Added a makefile (not installed). Could get rid of ~/.git which was interfering with rg, fzf. --- .bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 2233d5f..a028766 100644 --- a/.bashrc +++ b/.bashrc @@ -41,6 +41,7 @@ export TERMINAL=xt alias cl='cf xft:Mono:size=12' alias ls='ls --color=auto' alias ll='ls -alF' +alias op='xdg-open' alias git='hub' alias go11='go1.11.13' alias go12='go1.12.9' @@ -64,12 +65,16 @@ alias by='go build cmd/yaegi/yaegi.go' alias cy='cd ~/go/src/github.com/containous/yaegi' alias ty='go test -v -short ./interp' alias ya='rlwrap -pblue ./yaegi' -alias dya='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ya' +alias dya='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi' ws() (cd ~/Wiki && git status --short) export -f ws #PS1='[\u@\h \W]\$ ' +# fzf +. /usr/share/fzf/completion.bash +. /usr/share/fzf/key-bindings.bash + # Display git status in prompt . ~/.bash-powerline.sh -- cgit v1.2.3