Questions tagged [prompt]
The prompt is what asks a user for their interactive input
286 questions
0
votes
1
answer
96
views
dir /s /ad /d /b fail to return to command prompt
dir /s /ad /d /b relative or absolute non existent folder
fails to return to command prompt but the command works if the folder actually exist.
I don't have knowledge of how to debug the issue but ...
2
votes
1
answer
152
views
Can Windows 11 GUI be made to always overwrite files on copy?
In 30 years of computing, I can't recall answering "no" to file overwriting prompts. Now space is cheap, so I version my files, making such prompts meaningless. I'd like to extent "...
0
votes
1
answer
197
views
Terminal prompt loading failure in Visual Studio Code
I have tried all the possible settings to bring terminal prompt; however it does not work at all. Even I cleared up the "settings.json", still it does not work. Is there a way out to resolve ...
0
votes
1
answer
104
views
iTerm 3.5 & Bash 5.2 prompt "shifting" where cursor shifts to right and is partially invisible [duplicate]
An odd issue I'm seeing with iTerm 3.5.10 and a Raspberry Pi 5 running Debian Bookworm 64-bit.
I'm ssh'd in using iTerm and if I have a relatively long command in my command history, hitting the up-...
3
votes
1
answer
4k
views
Recurring "Pick an app" prompt for a file/directory that doesn't exist
I'm using a PC running on Windows 11.
For weeks now, this same prompt has been popping up (with no observable pattern or trigger) every few hours or so: Select an app to open 'Learning', letting me ...
0
votes
1
answer
68
views
exit code segment causes Bash prompt to freak out
My Bash prompt (based on mike kasberg's) generally works fine. But when I get an error code, and then write over to the next line, no newline is generated, so the text goes back over my previous ...
0
votes
4
answers
875
views
How can I have a colored Powershell prompt and still have conda env label?
When I add the code below to C:\Users\USERFOLDER\Documents\PowerShell\Microsoft.PowerShell_profile.ps1:
function prompt
{
$ESC = [char]27
"$ESC[46mPS $($executionContext.SessionState....
-2
votes
1
answer
312
views
How to disable the prompt "do you want to stop this program (y/N)" when killing program in powershell
I run my program, I enter Ctrl+C, obviously I want to stop the program.
But powershell always asks "do you want to stop the program ? (y/N)".
How can I disable this ? I just want the program ...
1
vote
1
answer
246
views
Why is there a save icon and a number next to my git branch in PowerShell oh-my-posh?
I am new to using PowerShell to do my git commands and on some of my repositories, I see the following symbol:
what does this symbol mean?
I looked up symbols but did not find much.
0
votes
0
answers
146
views
Ubuntu password prompt freezes, have to hard reboot. On 22.04 Studio
I have a wireless USB mouse and keyboard and randomly when booting the password prompt is frozen, no blinking cursor.
Seems a random annoyance thing.
Thinking the USB port is getting claimed or not ...
4
votes
3
answers
14k
views
How do I set a default directory when opening a Command Prompt on Windows 10?
I'm using Windows 10 without admin privileges. I would like the command prompt to default to a directory when I open an instance. I have tried setting the following environment variables for my user
...
0
votes
0
answers
1k
views
Outlook 365 is prompting IMAP settings when adding a specific google domain account
I have been quite frustrated on this issue and Google has no solution for me.
I have created a domain in Google domains and added a users account in the workspace.
The first 3 days it works well. I ...
3
votes
0
answers
603
views
Powershell custom prompt with posh-git git status prompt
I made my own custom prompt for PowerShell and my prompt be look like :
[HH:mm] omkrbhagat C:\Users\onkar ~
Then, I installed posh-git module and import in my profile.
Auto tab completion for git ...
0
votes
2
answers
230
views
git-show-branch output showing in my git prompt
When I navigate to the directory of my git repo, my command line shows me a lot of stuff. It looks like the output of git-show-branch. I've tried to edit my git config file to change the default for [...
0
votes
1
answer
782
views
TMUX does not print full prompt on the windows terminal
Hello I have the following config for TMUX:
set -sg escape-time 50 # https://github.com/microsoft/WSL/issues/5931
set-option -sa terminal-overrides ",xterm-256color:RGB"
set -g mouse on
...