mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
Changes to aliases and restart tools
- added _restart_plasma utility funtion - made python aliasing more robust - added pip enviornment config to avoid nag messages - moved toolchain setup to a single file
This commit is contained in:
parent
a606eb00c8
commit
11ff24b12d
3 changed files with 24 additions and 6 deletions
4
misc.sh
4
misc.sh
|
@ -14,6 +14,8 @@ export LESS=RF # colorize less output if we use a pipe
|
|||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
|
||||
|
||||
# added to avoid the need for --break-system-packages when using newer versions
|
||||
# of PIP.
|
||||
export PIP_BREAK_SYSTEM_PACKAGES=1
|
||||
|
||||
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue