python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use zsh vcs_info with double quoted prompt?
this is my .zshrc file . vcs_info working for single quoted prompt but it's not working for double quoted prompt.
autoload -Uz vcs_info
zstyle ':vcs_info:*' enable git svn
zstyle ':vcs_info:git*' form...
jak bin
Votes: 0
Answers: 2
pyenv failed to load after switching user
I follow the installation instruction here, and installed pyenv under /home/mrcai/.pyenv.
When I log in as mrcai, pyenv works pretty well as expected; but when I switch to root and switch back as mrca...
mrcai
Votes: 0
Answers: 1
Why does my command stop working when I put it into an alias?
I am trying to run the following command
comm -23 <(pacman -Qqe | sort) <(awk '{print $1}' /desktopfs-pkgs.txt | sort)
I get the following output
autoconf
automake
bison
chromium
code
discord
fa...

Caleb Renfroe
Votes: 0
Answers: 1
ZSH shell on Ubuntu WSL can't find node, npm, nvm or any other installations after PATH adjustment
I installed Ubuntu using WSL2 on Windows 11 and configured oh-my-zsh as my default shell. After that, I created /etc/wsl.conf and added the following lines:
[interop]
appendWindowsPath=false
to not i...
Gaurav Agarwal
Votes: 0
Answers: 1