diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-14 15:04:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-14 15:04:59 +0100 |
commit | 9da0cbe5efc55d5c8a7726ab2ca57595f2677c8f (patch) | |
tree | 7598bef7633dd98c352f6ee6b1608690f8230235 /dot_bashrc_saki | |
parent | ae2e8ad7c2e1812b171eeca57ac00f8ba5d20cf5 (diff) | |
download | user-config-9da0cbe5efc55d5c8a7726ab2ca57595f2677c8f.tar.gz user-config-9da0cbe5efc55d5c8a7726ab2ca57595f2677c8f.zip |
Move files around
Diffstat (limited to 'dot_bashrc_saki')
-rw-r--r-- | dot_bashrc_saki | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dot_bashrc_saki b/dot_bashrc_saki deleted file mode 100644 index fa0d5cc..0000000 --- a/dot_bashrc_saki +++ /dev/null @@ -1,44 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -complete -cf sudo -complete -cf man -shopt -s autocd - -alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ ' - -alias nettop='sudo nethogs enp4s0 -d 5' - -export EDITOR='vim' - -# CUDA -export PATH=/opt/cuda/bin:$PATH - -# added by Anaconda 2.3.0 installer -# export PATH="/home/lx.nobackup/anaconda/bin:$PATH" - -# -- GIT prompt -GIT_PROMPT_FETCH_REMOTE_STATUS=0 -GIT_PROMPT_START="\n\[\033[0m\][\$(if [[ \$? == 0 ]]; then echo \"\[\033[0;32m\]\$?\"; else echo \"\[\033[0;31m\]\$?\"; fi)\[\033[00m\]] \[\033[0;36m\]\u@\h \[\033[0;33m\]\w\[\033[0m\]" -GIT_PROMPT_END="\[\033[0m\]\n \$ " -source ~/usr/src/bash-git-prompt/gitprompt.sh - -alias irc='TERM=xterm ssh -t adnab.me /usr/local/bin/irc' - -keychain ~/.ssh/id_rsa --quiet -eval $(keychain --eval --quiet) - - -# . /home/lx.nobackup/torch/install/bin/torch-activate -# export AAIPATH=/home/aai - -. /home/aai/env.bash - -export GOPATH=~/go -export PATH=$PATH:~/go/bin - |