summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-02-15 22:18:28 +0100
committerMarc Vertes <mvertes@free.fr>2020-02-15 22:18:28 +0100
commit11c7eb57d446d634c55c39e0ad17287d36aab446 (patch)
treedaaace86d73d4e7d014ef5d9daa9491e1f5c9efa /.bashrc
parent141502a84b8258095463becc4da6b2e19c311d8d (diff)
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.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 6 insertions, 1 deletions
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