mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(nix): move specific aliases into individual configurations
This commit is contained in:
@@ -43,6 +43,9 @@ in
|
|||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
set -gx TERM wezterm
|
set -gx TERM wezterm
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
alias reload 'exec fish'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = sharedAliases.shellAliases;
|
shellAliases = sharedAliases.shellAliases;
|
||||||
|
|||||||
@@ -5,10 +5,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
shellAliases = mkAliases {
|
shellAliases = mkAliases {
|
||||||
# ZSH
|
|
||||||
zshconfig = "vim $HOME/.zshrc";
|
|
||||||
reload = "source $HOME/.zshrc";
|
|
||||||
|
|
||||||
# Folders/Lists
|
# Folders/Lists
|
||||||
"..." = "cd ../..";
|
"..." = "cd ../..";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ DISABLE_AUTO_TITLE="true" # Disable auto-setting terminal title
|
|||||||
COMPLETION_WAITING_DOTS="true"
|
COMPLETION_WAITING_DOTS="true"
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bg=bold,underline"
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bg=bold,underline"
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
alias reload="source $HOME/.zshrc"
|
||||||
|
|
||||||
# Bindkey
|
# Bindkey
|
||||||
bindkey -v
|
bindkey -v
|
||||||
bindkey -M viins '^r' fzf-history-widget # (r)everse history search
|
bindkey -M viins '^r' fzf-history-widget # (r)everse history search
|
||||||
|
|||||||
Reference in New Issue
Block a user