aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-07-22 02:42:17 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-07-22 02:42:17 -0500
commitb50c450a572c9951baf2bdf1720fb241625c626d (patch)
tree4750183b51250f5444a6839bc2bf679ef9a12b79 /env/.config/.profile
parent735b92dbcfe2f8f85047110bdd17f48900b12b8e (diff)
Squashed commit of the following:HEADmain
fixed i3blocks breaking blocks on multible monitors added keybind for cboomer urlview.sh change added asciidoc asociation for vis for v0.9 tag fixed vis theme added xorg-xinit. fixed typo xlibre-xserver moved ugrep urlview check change
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile
index e4dd27e..96cf32f 100755
--- a/env/.config/.profile
+++ b/env/.config/.profile
@@ -63,7 +63,7 @@ alias dev="~/stuff/scripts/dotfiles/run.sh"
alias lf="~/.local/bin/lfimg-sixel/lfrun"
alias ovim=/usr/bin/vim
alias vim=nvim
-alias notes="cd ~/stuff/notes && vim notes.adoc && cd ~"
+alias notes="tmux new-session -s notes -c ~/stuff/notes 'zsh -c \"vis notes.adoc; zsh\"'"
alias ts="tmux-sessionizer.sh"
alias fman="bash -c 'compgen -c' | fzf | xargs man"
alias ffmpreg="ffmpeg $@"