I have Ubuntu installed through WSL2 and I also am using zsh as my shell with oh my zsh installed. I am trying to change the default ls colours by adding export LSCOLORS=ExFxBxDxBxegedabagacad in my .zshrc, but it doesn't change any of the default ls colours. I made sure to source the .zshrc file and restarted my terminal as well, but it didn't do anything. In addition, the export LSCOLORS line is below this line: source $ZSH/oh-my-zsh.sh. Is it possible that oh my zsh is overriding the ls colors that I set?
Changing LSCOLORS in WSL2 Ubuntu with oh my zsh doesn't do anything
1.8k views Asked by Zemelware At
1
There are 1 answers
Related Questions in TERMINAL
- Do executable files always open a terminal window on MacOS?
- C++: Re-use line printed to console
- How to enable branch hints in Mac OS git?
- When was a file used by another program
- Autocompletion does not work in R terminal inside square brackets
- How to get Mouse support for dtterm terminal in solaris
- Creating Rails Controller In Sub-directory
- Force the terminal output buffer to flush
- How to detect what terminal people use
- How to stop the iPython notebook to run the command line, run only python code
Related Questions in WINDOWS-SUBSYSTEM-FOR-LINUX
- SSH into Windows 10 Bash only gets into DOS shell not Bash
- Can't get colorscheme to work in VIM in conemu
- WSL run linux from windows without spawning a cmd-window
- What is the password for root@localhost's password?
- SDL2 Can't create window since it couldn't find matching GLX visual
- Crontab Not Working with Bash on Ubuntu on Windows
- How do you use git from WSL in RubyMine?
- How do I access Linux binaries from Windows when using WSL?
- How do I access the WSL Linux file system from Windows?
- How to handle gpg-agent in WSL?
Related Questions in OH-MY-ZSH
- oh-my-zsh installation returns non zero code
- oh-my-zsh error after upgrade: ~/.oh-my-zsh/lib/misc.zsh:3: parse error near `then'
- How to only use oh my zsh in Iterm2, and not all other terminals also?
- Command prompt color changes on completion suggestions in zsh/oh-my-zsh
- ZSH keeps breaking with `zsh: fork failed:`
- Mac is getting slower. Because of pyenv or zsh, bash setting?
- Zsh theme: dirty color and suffix
- zsh file exists error on new package installation with pip
- Default Ruby not loading with RVM
- escape % character in zsh
Related Questions in WINDOWS-TERMINAL
- I can not run Windows apps without Internet
- Have multiple arguments in CommandLine (Windows Terminal)
- How do I open my Windows terminal settings in Visual Studio Code
- Changing LSCOLORS in WSL2 Ubuntu with oh my zsh doesn't do anything
- If i run npx or npm install create-react-app in my windows terminal. Is displaying error s
- How does the `guid` in dynamic profiles in Windows Terminal work to find the target?
- Alias a command in Windows Terminal using Powershell as the default profile
- Exporting a PostgreSQL table via command line: how to escape double quotes
- Why does wrapping a script block into a commandlet function swallow all output?
- How can I fix this hyper terminal command-line error code: 800A0404?
Related Questions in LS-COLORS
- Changing LSCOLORS in WSL2 Ubuntu with oh my zsh doesn't do anything
- Use sed to reformat line, duplicate one section onto the begining of other sections on seperate lines
- White color in LS_COLORS with MSYS
- Wildcards in dircolors definitions?
- Change colors on executable files in the terminal (or iTerm2)
- export LS_COLORS : apply the rule for every file beginning by README*
- What UNIX commands support coloured output?
- How do you determine what bash ls colours mean?
- Where are default LS_COLORS set in RHEL 5.x?
- tcsh 'ls_colors' not working
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Put the
LS_COLORSexport in your~.zshrc filenotoh-my-zsh.sh. So it would look something like this: