This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| export DIRENV_WARN_TIMEOUT=20s | |
| export NIXPKGS_ALLOW_INSECURE=1 | |
| eval "$(devenv direnvrc)" | |
| # `use devenv` supports the same options as the `devenv shell` command. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #set -g default-terminal "screen-256color" | |
| set -g default-terminal "alacritty" | |
| #set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' | |
| #set-option -a terminal-overrides ",alacritty:RGB" | |
| # Основной префикс | |
| set -g prefix C-q | |
| # Сортировка по имени | |
| bind s choose-tree -sZ -O name |