fix: tmux full color over ssh
This commit is contained in:
parent
35e2bffc21
commit
cbc745df1c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ alias make="make -j 20"
|
|||
alias mountUSB="mount ~/ExternalDrive" # Automagically mount and unmount my flashdrive
|
||||
alias myip="curl ifconfig.me"
|
||||
alias qsus="NIXPKGS_ALLOW_UNFREE=1 nix-shell -p quartus-prime-lite -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/fe7ab74a86d78ba00d144aa7a8da8c71a200c563.tar.gz"
|
||||
alias ssh="TERM=xterm ssh" #Fix foot issue in ssh
|
||||
alias ssh="TERM=xterm-256color ssh" #Fix foot issue in ssh
|
||||
alias tree="eza --tree"
|
||||
alias umountUSB="umount ~/ExternalDrive"
|
||||
alias unityAvi="~/Documents/Unity/Editors/2019.4.31f1/Editor/Unity -projectPath ~/ExternalDrive/Unity\ Projects/Avatar\ 3.0\ 2019"
|
||||
|
|
Loading…
Reference in a new issue