better way to fix terminal issues with distrobox, create alias
parent
7e820045c6
commit
73fa2c800e
|
@ -45,6 +45,8 @@ alias yd='youtube-dl'
|
||||||
#dotfiles configuration alias
|
#dotfiles configuration alias
|
||||||
alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
|
|
||||||
|
alias distrobox='TERM=xterm-256color distrobox'
|
||||||
|
|
||||||
note() {
|
note() {
|
||||||
NOTEFILE="$HOME/.cache/notes"
|
NOTEFILE="$HOME/.cache/notes"
|
||||||
if [ "$#" -lt 1 ]; then
|
if [ "$#" -lt 1 ]; then
|
||||||
|
|
|
@ -89,7 +89,7 @@ fi
|
||||||
# eval "$(starship init zsh)"
|
# eval "$(starship init zsh)"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
export TERM='xterm-256color'
|
#export TERM='xterm-256color'
|
||||||
|
|
||||||
# Load zsh-syntax-highlighting; should be last.
|
# Load zsh-syntax-highlighting; should be last.
|
||||||
source $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
source $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||||
|
|
2
.profile
2
.profile
|
@ -14,7 +14,7 @@ export PF_INFO="ascii title os kernel uptime pkgs memory shell wm"
|
||||||
export XCURSOR_THEME=Adwaita
|
export XCURSOR_THEME=Adwaita
|
||||||
|
|
||||||
#fix image previews in lf not working
|
#fix image previews in lf not working
|
||||||
export TERM="xterm-256color"
|
#export TERM="xterm-256color"
|
||||||
|
|
||||||
|
|
||||||
#other settings
|
#other settings
|
||||||
|
|
Loading…
Reference in New Issue