Skip to content

Instantly share code, notes, and snippets.

View 0ashen's full-sized avatar
🐢

Philippe 0ashen

🐢
View GitHub Profile
# editor - inspections - import can be shortened - disable - уберёт попытки сократить с "./some-long-file-name" на "~/module-name"
# editor - code style - typescript - imports - Use path mappings from tsconfig.json: Only in files outside specified paths - вроде убирает попытку импортить с "~/module-name/file-name", и импортит нормально как "./file-name"
# CodeGlance Pro добавит минимап к скролбару, найтройки: [pixels per line: 1], [viewport border thickness 1 - color: 00FF00]
@0ashen
0ashen / .zshrc
Created November 2, 2020 18:44
Oh My Zsh config
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH