Skip to content

Commit

Permalink
add neovide-default alias
Browse files Browse the repository at this point in the history
Also some organizing, and getting rid of boxen aliases.
  • Loading branch information
ymendel committed Aug 30, 2024
1 parent 1dd49e0 commit 3158d29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions editing/aliases.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# some commands need defaults
alias mvim="mvim -p"
alias neovide="neovide --grid"
5 changes: 2 additions & 3 deletions system/aliases.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# some commands need defaults
alias ls="ls -qF"
alias bc="bc -ql"
alias mvim="mvim -p"

# ls shorthand
alias la="ls -a"
Expand All @@ -28,8 +27,8 @@ alias remove_ds_stores="find . -name ".DS_Store" -depth -exec rm {} \;"

alias ql='qlmanage -p > /dev/null 2>&1'

alias boxon="boxen --no-pull --enable-services"
alias boxoff="boxen --no-pull --disable-services"
# alias boxon="boxen --no-pull --enable-services"
# alias boxoff="boxen --no-pull --disable-services"

alias shouty="cltr [[:lower:]] [[:upper:]]"
# TODO: make this work without perl? just sed/awk/tr or whatever? am I that good?
Expand Down

0 comments on commit 3158d29

Please sign in to comment.