how to change startup directory in windows terminal ubuntu


Mathias Strohkirch

/home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file:

{
  "acrylicOpacity" : 1,
  "closeOnExit" : true,
  "colorScheme" : "One Half Dark",
  "commandline" : "ubuntu",
  "cursorColor" : "#FFFFFF",
  "cursorShape" : "bar",
  "fontFace" : "Consolas",
  "fontSize" : 10,
  "guid" : "{ba50f801-2d96-4517-a737-575f32f0fb61}",
  "historySize" : 9001,
  "icon" : "C:/Users/user/Pictures/ubuntu.png",
  "name" : "Ubuntu",
  "padding" : "0, 0, 0, 0",
  "snapOnInput" : true,
  "startingDirectory" : "C:\\Users\\user",
  "useAcrylic" : true
}

But when I open the terminal prompt as user@laptop:~$and pwdgive/home/user/

Mathias Strohkirch

The problem was that there was an auto-generated ubuntu config file in addition to the config file I created. I started using the auto-generated "commandline" : "ubuntu"option and removed that and now it listensstartingDirectory

Related


how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

how to change startup directory in windows terminal ubuntu

Mathias Strohkirch /home/user/I would like to know how to change the starting directory of the Windows terminal from C:/Users/user. I tried a few things I found, but nothing worked. Here is my current configuration file specified in my settings.json file: {

Change how directory names are displayed in the Ubuntu terminal

marvelous When I change directories in Ubuntu terminal, the full path to the directory is displayed. How can I change it so it only shows the current directory I'm using? username@computer:directory$ is what I want it to look like. I found elsewhere that I sho

Change how directory names are displayed in the Ubuntu terminal

marvelous When I change directories in Ubuntu terminal, the full path to the directory is displayed. How can I change it so it only shows the current directory I'm using? username@computer:directory$ is what I want it to look like. I found elsewhere that I sho

How to change Terminal's startup directory on OS X?

Sheehan Alam I want my terminal to always start from some directory instead of home. How can I do this? gap I don't know if there's a cleaner way out there, but adding cd path/to/directorythat in your .bash_profilehome directory will automatically change your

How to change Terminal's startup directory on OS X?

Sheehan Alam I want my terminal to always start from some directory instead of home. How can I do this? gap I don't know if there's a cleaner way out there, but adding cd path/to/directorythat in your .bash_profilehome directory will automatically change your

How to change directory in terminal?

Carol Ward I have the following code: NSString *currentpath; NSFileManager *filemgr = [NSFileManager defaultManager]; [filemgr changeCurrentDirectoryPath:@"/Users/BestUser/Downloads"]; currentpath = [filemgr currentDirectoryPath]; NSLog (@"Current directory

How to change directory in terminal?

Carol Ward I have the following code: NSString *currentpath; NSFileManager *filemgr = [NSFileManager defaultManager]; [filemgr changeCurrentDirectoryPath:@"/Users/BestUser/Downloads"]; currentpath = [filemgr currentDirectoryPath]; NSLog (@"Current directory

How to change directory in terminal?

Carol Ward I have the following code: NSString *currentpath; NSFileManager *filemgr = [NSFileManager defaultManager]; [filemgr changeCurrentDirectoryPath:@"/Users/BestUser/Downloads"]; currentpath = [filemgr currentDirectoryPath]; NSLog (@"Current directory

How to change directory in terminal?

Carol Ward I have the following code: NSString *currentpath; NSFileManager *filemgr = [NSFileManager defaultManager]; [filemgr changeCurrentDirectoryPath:@"/Users/BestUser/Downloads"]; currentpath = [filemgr currentDirectoryPath]; NSLog (@"Current directory

How to change directory in terminal?

Carol Ward I have the following code: NSString *currentpath; NSFileManager *filemgr = [NSFileManager defaultManager]; [filemgr changeCurrentDirectoryPath:@"/Users/BestUser/Downloads"]; currentpath = [filemgr currentDirectoryPath]; NSLog (@"Current directory

How to change directory in terminal?

Carol Ward I have the following code: NSString *currentpath; NSFileManager *filemgr = [NSFileManager defaultManager]; [filemgr changeCurrentDirectoryPath:@"/Users/BestUser/Downloads"]; currentpath = [filemgr currentDirectoryPath]; NSLog (@"Current directory

Change directory in Docker Terminal Windows

Bleap I just installed Docker Toolbox to start using Eclipse Hono on Windows 7 64bit. Unfortunately, the eclipse Hono directory is in C:\User\Desktop. My docker always uses directory Z How to access C directory in docker terminal? I tried cd C:\ User \ Desktop

Change directory in Docker Terminal Windows

Bleap I just installed Docker Toolbox to start using Eclipse Hono on Windows 7 64bit. Unfortunately, the eclipse Hono directory is in C:\User\Desktop. My docker always uses directory Z How to access C directory in docker terminal? I tried cd C:\ User \ Desktop

Change directory in Docker Terminal Windows

Bleap I just installed Docker Toolbox to start using Eclipse Hono on Windows 7 64bit. Unfortunately, the eclipse Hono directory is in C:\User\Desktop. My docker always uses directory Z How to access C directory in docker terminal? I tried cd C:\ User \ Desktop

Change directory in Docker Terminal Windows

Bleap I just installed Docker Toolbox to start using Eclipse Hono on Windows 7 64bit. Unfortunately, the eclipse Hono directory is in C:\User\Desktop. My docker always uses directory Z How to access C directory in docker terminal? I tried cd C:\ User \ Desktop

How to change directory on bash on Ubuntu on Windows?

Ashikur rahman I can't change directory like this I have this problem: High angel This is because you are passing two parameters to cd. The cd Ashikur Rahman (note the space) for most commands is the same thing as two separate commands: cd Ashikur; cd Rahman (

How to change directory on bash on Ubuntu on Windows?

Ashikur rahman I can't change directory like this I have this problem: High angel This is because you are passing two parameters to cd. The cd Ashikur Rahman (note the space) for most commands is the same thing as two separate commands: cd Ashikur; cd Rahman (

How to change directory on bash on Ubuntu on Windows?

Ashikur rahman I can't change directory like this I have this problem: High angel This is because you are passing two parameters to cd. The cd Ashikur Rahman (note the space) for most commands is the same thing as two separate commands: cd Ashikur; cd Rahman (

How to change startup directory in babun?

nllptr Searching suggested that I should add a line at the end of mine .bashrcthat reads cd /the/directory But this doesn't seem to work. Any ideas? username You have to set this in .babunrc

How to change the default terminal directory?

Marcio Carroso When I press CtrlAltt, the terminal opens in the $HOME directory. I want to open it /tmp. therefore: CtrlAltt Terminal is open at/tmp Is it possible? How can I configure it? Sylvester By adding cd /tmpto your .bashrcbash will go /tmpdirectly aft

How to change the Docker terminal startup script?

Gabriel Petrovay I want to change the Docker terminal startup script. This is where I want to add more stuff to PATH or define some command aliases. BMW Are you looking for this script? For Mac users https://github.com/docker/toolbox/blob/master/osx/mpkg/quick

How to change the Docker terminal startup script?

Gabriel Petrovay I want to change the Docker terminal startup script. This is where I want to add more stuff to PATH or define some command aliases. BMW Are you looking for this script? For Mac users https://github.com/docker/toolbox/blob/master/osx/mpkg/quick