diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-09 23:14:29 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-09 23:14:29 -0500 |
| commit | 09156e6cea71093079af580acdd6d4a8594e14b9 (patch) | |
| tree | 381f24b099e02826d62b4d527d114c74521666c0 /env/.config/.profile | |
| parent | c72cc63573dca6cc955a3fa611fc386e7bc83513 (diff) | |
Squashed commit of the following:
moved aur installer down
switched to xlibre on install reqs
added vis to env.sh
switched to ugrep
runs posix changes
alias changes
autostart fix
hyprland config update
Diffstat (limited to 'env/.config/.profile')
| -rwxr-xr-x | env/.config/.profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index a08ca97..ba6ff67 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -66,6 +66,7 @@ alias vim=nvim alias notes="cd ~/stuff/notes && vim notes.adoc && cd ~" alias ts="tmux-sessionizer.sh" alias fman="bash -c 'compgen -c' | fzf | xargs man" +alias ffmpreg="ffmpeg $@" alias LC="fukn loadkeys ~/.config/swapscape.map" @@ -110,9 +111,5 @@ alias gitlol="git log --oneline --graph --decorate" alias nodem="find . -name 'node_modules' -type d | xargs du -sh | sort -hr | fzf -m --header \"select witch ones to delete\" --preview 'cat $(dirname {})/package.json'|awk print '{print $2}' | xargs -r rm -rf" -alias walltaker="stuff/manual-programs/git/walltaker-client/walltaker.sh" -alias savewall="stuff/manual-programs/git/walltaker-client/save.sh" - - xset r rate 300 50 # xset r off |
