Terminal-Icons icon indicating copy to clipboard operation
Terminal-Icons copied to clipboard

icons not showing upon restart or opening of a new tab

Open drjkpalli opened this issue 2 years ago • 3 comments

Expected Behavior

upon opening o new tab or on restart of the terminal, icons should appear but they don't. works file when i do the following:

  1. Install-Module -Name Terminal-Icons PSGallery
  2. Import-Module -Name Terminal-Icons
  3. .$PROFILE

at this point, hitting 'ls' in this powershell shows all the icons as expected. but once i open a new tab, they dont appear upon typing ls in the terminal window.

Your Environment

  • Module version used: the latest auto-installed version
  • Operating System and PowerShell version: windows 11, powershell version 5.1..........

drjkpalli avatar Jul 27 '22 11:07 drjkpalli

Request:

  1. Bro can you share some screenshots.
  2. $PROFILE will not open because a editior is not defined.
  3. To use an editior use notepad or VS Code for that enter the following commands.

Opening Powershell Profile

Opening profile wilth VS code code $PROFILE

Opening profile with notepad notepad $PROFILE

Powershell Config File

If you want a Powershell Config file you can use My config File: https://gist.github.com/rafay99-epic/fa4a851aab87a9b0207e0a916ad42666

There are some programs that required to use this config file. The Program Name are described at the end of the script.

rafay99-epic avatar Aug 06 '22 18:08 rafay99-epic

Hi Abdul, It only happens on the old built in windows power shell not the newer powershell. I installed the newer powershell and haven’t had that problem.

Regards JK On Aug 7, 2022, 12:25 AM +0530, Abdul Rafay @.***>, wrote:

Request:

  1. Bro can you share some screenshots.
  2. $PROFILE will not open because a editior is not defined.
  3. To use an editior use notepad or VS Code for that enter the following commands.

Opening Powershell Profile Opening profile wilth VS code code $PROFILE Opening profile with notepad notepad $PROFILE Powershell Config File If you want a Powershell Config file you can use My config File: https://gist.github.com/rafay99-epic/fa4a851aab87a9b0207e0a916ad42666 There are some programs that required to use this config file. The Program Name are described at the end of the script. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

drjkpalli avatar Aug 07 '22 04:08 drjkpalli

That great... happy to hear ❤️

Regards AR

rafay99-epic avatar Aug 07 '22 06:08 rafay99-epic