Skip to content

Instantly share code, notes, and snippets.

View edihasaj's full-sized avatar
🐞
I write bugs that eventually turn into features

Edi Hasaj edihasaj

🐞
I write bugs that eventually turn into features
View GitHub Profile
@edihasaj
edihasaj / .htaccess
Created March 15, 2023 17:10 — forked from alexsasharegan/.htaccess
Apache Config for React Router
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons
@edihasaj
edihasaj / ohmyposhv3-v2.json
Created January 22, 2023 14:44 — forked from shanselman/ohmyposhv3-v2.json
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,