Skip to content

Commit

Permalink
refactor(bash): neovim git alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Pham committed Sep 11, 2023
1 parent a5a39ee commit 1dec18b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ alias editDnfConfig="sudoedit /etc/dnf/dnf.conf"
alias editSudoers="sudoedit /etc/sudoers"
alias reloadFonts="fc-cache --force --verbose"
alias installBunjs="curl -fsSL https://bun.sh/install | bash"
alias neovimNoPlugin="nvim --noplugin"
alias neovimNoConfigFile="neovimNoPlugin"
alias gitResetSingleFile="git checkout HEAD -- $1"

function editApplicationDesktopFile() {
CURRENT_DIR=$(pwd)
Expand Down

0 comments on commit 1dec18b

Please sign in to comment.