mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up 01:08:17 up 6:30, 2 users, load average: 0.62, 0.57, 0.51
This commit is contained in:
@@ -57,7 +57,7 @@ alias t="todo.sh"
|
||||
alias tl="todo.sh list"
|
||||
alias td="todo.sh do"
|
||||
alias de="sudo loadkeys de"
|
||||
alias us="~/projects/scripts/shell/uni_setup.sh"
|
||||
alias us="~/projects/scripts/shell/uni_setup.sh > /dev/zero 2>&1"
|
||||
alias b="btop"
|
||||
alias c="cat"
|
||||
alias chch="~/projects/scripts/check_git.sh"
|
||||
@@ -89,3 +89,6 @@ alias typ="~/projects/scripts/shell/traverse_typst.sh ~/projects/university"
|
||||
|
||||
alias mt="mkdir -p ~/Notecloud && rclone mount Strato: ~/Notecloud"
|
||||
alias tp="~/projects/scripts/shell/open_sess.sh"
|
||||
|
||||
# From gpt
|
||||
alias nv='tmux new-session -d -s university -n uni "cd ~/projects/university && nvim -c '\''lua require(\"custom.uni\").select_course_directory()'\''" && tmux new-window -t university:2 -n typstar "cd ~/projects/typstar; exec $SHELL" && tmux select-window -t university:1 && tmux attach -t university'
|
||||
|
||||
Reference in New Issue
Block a user