diff --git a/.gitignore b/.gitignore index a989233..f8290a2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,53 @@ vscode/.config/Code - OSS/machineid vscode/.config/Code - OSS/storage.json vscode/.config/Code - OSS/User/*Storage/* +# Byte-compiled / optimized / DLL files +*__pycache__/ +*.py[cod] +# C extensions +*.so + +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ diff --git a/plshell/.config/powerline-shell/__pycache__/kapp.cpython-37.pyc b/plshell/.config/powerline-shell/__pycache__/kapp.cpython-37.pyc deleted file mode 100644 index 99d7d62..0000000 Binary files a/plshell/.config/powerline-shell/__pycache__/kapp.cpython-37.pyc and /dev/null differ diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e7f1934..cf38d3c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -53,7 +53,7 @@ set -g status-right-length 150 # Note: Powerline font requires alternate of bold on right side # Corrects gap on right of character that reveals BG color #+ Font: Powerline Consolas -set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235, nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #H " +set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235,nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #H " # Simple Git #set -g status-right "#[fg=colour235,bg=colour233] #{simple_git_status} #[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour100,bg=colour240]#[fg=colour233,bg=colour100,bold] #H "