Skip to content

Commit

Permalink
format: white space removal
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 13, 2024
1 parent e8232a2 commit 3b10a12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell-aliases
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aliases shared across shells (zsh, bash)

# ------------------------------------------
# ------------------------------------------
# Neovim Aliases for multiple configurations
alias astro="NVIM_APPNAME=nvim-astro nvim"
alias astrotemplate="NVIM_APPNAME=nvim-astronvim-template nvim"
Expand All @@ -10,16 +10,16 @@ alias lazyvim="NVIM_APPNAME=nvim-lazyvim nvim"

# Neovide alias with AstroNvim configuration
alias neovide="NVIM_APPNAME=nvim-astro neovide"
# ------------------------------------------
# ------------------------------------------

# ------------------------------------------
# ------------------------------------------
# Zsh history
# edit entire history
alias zsh-edit-history="fc -W; astro \"$HISTFILE\"; fc -R"

# edit previous command in history
alias zsh-edit-last-command="fc -e astro -1"
# ------------------------------------------
# ------------------------------------------

# ------------------------------------------
# Kitty Terminal
Expand Down

0 comments on commit 3b10a12

Please sign in to comment.