Terminal-Icons
Terminal-Icons copied to clipboard
icons not showing upon restart or opening of a new tab
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:
- Install-Module -Name Terminal-Icons PSGallery
- Import-Module -Name Terminal-Icons
- .$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..........
Request:
- Bro can you share some screenshots.
- $PROFILE will not open because a editior is not defined.
- 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.
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:
- Bro can you share some screenshots.
- $PROFILE will not open because a editior is not defined.
- 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: @.***>
That great... happy to hear ❤️
Regards AR