Add auto-suggest in Python REPL
This commit is contained in:
+3
-1
@@ -1,6 +1,6 @@
|
|||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PS1='[\h:\w]\$ '
|
export PS1='[\h:\w]\$ '
|
||||||
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
|
export PATH=./bin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
|
||||||
export PATH=$PATH:$HOME/bin:$HOME/node_modules/.bin
|
export PATH=$PATH:$HOME/bin:$HOME/node_modules/.bin
|
||||||
|
|
||||||
alias l='ls -GhHl'
|
alias l='ls -GhHl'
|
||||||
@@ -9,4 +9,6 @@ alias clear='clear && printf "\e[3J"'
|
|||||||
|
|
||||||
[[ -e "$HOME/.profile.local" ]] && source $HOME/.profile.local
|
[[ -e "$HOME/.profile.local" ]] && source $HOME/.profile.local
|
||||||
|
|
||||||
|
export PYTHONSTARTUP="$(python -m jedi repl)"
|
||||||
|
|
||||||
source ~/bin/git-completion.sh
|
source ~/bin/git-completion.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user