mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Added color fix to ls in terminal on ExFAT mounted systems
This commit is contained in:
@@ -56,3 +56,7 @@ alias tl='tmux ls'
|
|||||||
alias tk='tmux kill-session -t'
|
alias tk='tmux kill-session -t'
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
|
# Fix unreadable color pallete for ExFat File systems
|
||||||
|
LS_COLORS="$LS_COLORS:ow=01;36:"
|
||||||
|
export LS_COLORS
|
||||||
|
|||||||
Reference in New Issue
Block a user