some nix update idk
This commit is contained in:
@@ -9,10 +9,7 @@
|
||||
userName = "Kulvir Singh";
|
||||
userEmail = "kulvirs734@gmail.com";
|
||||
|
||||
aliases = {
|
||||
cm = "commit -m";
|
||||
amend = "commit --amend";
|
||||
};
|
||||
aliases = {};
|
||||
|
||||
ignores = [
|
||||
".DS_Store"
|
||||
|
||||
@@ -2,13 +2,10 @@
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
envExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
|
||||
# export BUN_INSTALL="$HOME/.bun"
|
||||
# export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
'';
|
||||
envExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
'';
|
||||
shellAliases = {
|
||||
ls = "lsd";
|
||||
lg = "lazygit";
|
||||
|
||||
@@ -18,20 +18,20 @@
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
set -s escape-time 0
|
||||
set -s escape-time 0
|
||||
|
||||
# split panes using | and -
|
||||
unbind '"'
|
||||
unbind %
|
||||
bind - split-window -v -c "#{pane_current_path}"
|
||||
bind _ split-window -h -c "#{pane_current_path}"
|
||||
# split panes using | and -
|
||||
unbind '"'
|
||||
unbind %
|
||||
bind - split-window -v -c "#{pane_current_path}"
|
||||
bind _ split-window -h -c "#{pane_current_path}"
|
||||
|
||||
bind -r k select-pane -U
|
||||
bind -r j select-pane -D
|
||||
bind -r h select-pane -L
|
||||
bind -r l select-pane -R
|
||||
'';
|
||||
bind -r k select-pane -U
|
||||
bind -r j select-pane -D
|
||||
bind -r h select-pane -L
|
||||
bind -r l select-pane -R
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user