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