diff options
| author | Simeon Simeonov | 2020-12-28 10:28:13 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-28 10:28:13 +0100 |
| commit | 9574cf352236ad7618ab28231f9d5faf229ba591 (patch) | |
| tree | 935dc14c1a01a0f286dbf06910614113143ceaaa /Fedora/user/.bashrc | |
| parent | 4a04c8a6352572ba9a3713ad498c3726d7f4cd26 (diff) | |
Add Fedora
Diffstat (limited to 'Fedora/user/.bashrc')
| -rw-r--r-- | Fedora/user/.bashrc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Fedora/user/.bashrc b/Fedora/user/.bashrc new file mode 100644 index 0000000..04ba32b --- /dev/null +++ b/Fedora/user/.bashrc | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | source ~/.git-prompt.sh | ||
| 2 | |||
| 3 | export PATH=~/.bin:$PATH | ||
| 4 | export PYTHONPATH=/home/sgs/.pythonpath | ||
| 5 | |||
| 6 | export PS1='[\u@\[\033[0;32m\]\h\[\033[00m\] \w$(__git_ps1 " (%s)")]\\$ ' | ||
| 7 | |||
| 8 | export HISTSIZE=10000 | ||
| 9 | export HISTCONTROL=ignorespace:erasedups | ||
| 10 | shopt -s checkwinsize | ||
| 11 | |||
| 12 | export LANG=en_US.UTF-8 | ||
| 13 | export EDITOR=emacs | ||
| 14 | |||
| 15 | alias s='screen -r' | ||
| 16 | |||
| 17 | ## tunnels ## | ||
| 18 | alias ssocks='ssh -2 -4 -N -n -T -D 9999' | ||
| 19 | ############# | ||
| 20 | |||
| 21 | ## logins ## | ||
| 22 | alias server='ssh -2 -4 mb' | ||
| 23 | alias lfg='ssh -2 -4 fg' | ||
| 24 | ############ | ||
| 25 | |||
| 26 | ## general flask ## | ||
| 27 | export FLASK_DEBUG=1 | ||
| 28 | export FLASK_ENV=development | ||
| 29 | ################### | ||
