New backup 2024-12-18 11:45:02
This commit is contained in:
parent
f152e665cd
commit
81c83b3ff9
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'
|
|||
alias dfh="df -h | grep -v 'tmpfs'"
|
||||
#dev environment toolbox with proper term env var
|
||||
devpod(){
|
||||
podman container start debian-sid-dev
|
||||
podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -it debian-sid-dev /bin/bash
|
||||
}
|
||||
#alias devbox-stable="TERM=xterm-256color toolbox enter debian-toolbox-12"
|
||||
|
@ -94,7 +95,7 @@ if [[ "$HOSTNAME" == pod* ]];then
|
|||
fi
|
||||
|
||||
export prompt_prefix=`awk '{$1=$1};1' <<< "${prompt_prefix}"`
|
||||
PS1='\[\e[1m\e[95m\]${prompt_prefix}\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\]\$ '
|
||||
PS1='\[\e[1m\e[95m\]${prompt_prefix}\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\]\n\$ '
|
||||
|
||||
#Alacritty custom window title
|
||||
if [ "$TERM" = alacritty ];then
|
||||
|
|
Loading…
Add table
Reference in a new issue