diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-16 02:49:33 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-16 02:49:33 +0200 |
| commit | 6c80d1954a131ed2a23d09bc384a8dffcfb67336 (patch) | |
| tree | 6ca6c29a04a689bacdfbc616e50cef2bcc079e0f /shenanigans.sh | |
| parent | f6b35620e54f420a1ea3f9c20a0bd8c31e6f6d98 (diff) | |
| download | dotfiles-6c80d1954a131ed2a23d09bc384a8dffcfb67336.tar.gz | |
Updated a bunch of files
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 32bec7a..d4f4b90 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Software list. | 1 | # Software list. |
| 2 | # cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux | 2 | # cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags |
| 3 | 3 | ||
| 4 | # Magical environment variables. | 4 | # Magical environment variables. |
| 5 | 5 | ||
| @@ -37,6 +37,7 @@ alias less='less -R' | |||
| 37 | alias gg='lazygit' | 37 | alias gg='lazygit' |
| 38 | alias tmux='tmux -u' | 38 | alias tmux='tmux -u' |
| 39 | alias server='python3 -m http.server 6969' | 39 | alias server='python3 -m http.server 6969' |
| 40 | alias nvim='nvim -u ~/.vimrc' | ||
| 40 | 41 | ||
| 41 | # Custom folder jump commands. | 42 | # Custom folder jump commands. |
| 42 | 43 | ||
