Update bashrc and setup.sh
- Remove OpenClaw completion - Add hostname to prompt - Add Rust installation to setup.sh
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -93,8 +93,8 @@ if ! shopt -oq posix; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Set the propmt
|
||||
export PS1='\[\033[01;32m\]\t\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
# Set the prompt - includes hostname
|
||||
export PS1='\[\033[01;32m\]\H \[\033[01;34m\]\t\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
|
||||
# Lazy load conda
|
||||
conda() {
|
||||
@@ -129,6 +129,3 @@ fi
|
||||
# opencode
|
||||
export PATH=/home/james/.opencode/bin:$PATH
|
||||
export PATH="$HOME/.npm-global/bin:$PATH"
|
||||
|
||||
# OpenClaw Completion
|
||||
source "/home/james/.openclaw/completions/openclaw.bash"
|
||||
|
||||
Reference in New Issue
Block a user