Skip to content
View zikhan's full-sized avatar

Organizations

@tyler-technologies
Block or Report

Block or report zikhan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zikhan/README.md

Hi there 👋

Pinned

  1. PwshProfile PwshProfile
    1
    if ($PROFILE.EndsWith('Microsoft.Powershell_profile.ps1', [System.StringComparison]::CurrentCultureIgnoreCase)) {
    2
    	if ($PROFILE.IndexOf("OneDrive", [System.StringComparison]::CurrentCultureIgnoreCase) -ge 0) {
    3
    		$gistlocation = Join-Path $PSScriptRoot 'Microsoft.Powershell_profile.ps1'
    4
    		Write-Output $gistlocation
    5
    		Set-Content -Path $PROFILE -Value ". $gistlocation"
  2. VimRC VimRC
    1
    " ConEmu
    2
    if !empty($ConEmuANSI) && empty($VSCODE)
    3
    	" echom "Running in ConEmu"
    4
    	inoremap <Char-0x07F> <BS>
    5
    	nnoremap <Char-0x07F> <BS>
  3. LinuxDotFiles LinuxDotFiles Public

    My Dot files for my ArchBox configuration

    Shell