Skip to content

Commit

Permalink
Add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
craighurley committed Aug 26, 2024
1 parent c257038 commit 6bedfa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ user_pref("network.IDN_show_punycode", true);
user_pref("plugins.click_to_play", true);
user_pref("privacy.userContext.enabled", true);
user_pref("privacy.userContext.ui.enabled", true);
user_pref("security.webauth.u2f", true);
user_pref("spellchecker.dictionary", "en-GB");
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("toolkit.telemetry.enabled", false);
Expand Down
3 changes: 3 additions & 0 deletions dotfiles/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ alias ll="gls -lhFA --color"
alias llo="gls -lhFA --group-directories-first --color"
alias ls="command gls -h --group-directories-first --color"
alias lsof='command lsof -n -P'
alias o='ollama'
alias plistbuddy="/usr/libexec/PlistBuddy"
alias pstree='command pstree -g 3'
alias tcpdump="command tcpdump -nn"
alias v="vim"
alias vi="vim"

alias micvolreset="osascript -e 'set volume input volume 66'"

#
# custom
#
Expand Down

0 comments on commit 6bedfa9

Please sign in to comment.