1
0
Fork 0
Commit Graph

70 Commits

Author SHA1 Message Date
Pratham Patel d8c5e01169
bashrc: update with all aliases of `ls` 2024-04-30 09:07:48 +05:30
Pratham Patel 1871cd6989
bashrc: histignore: do not ignore "--help" (and other variations) 2024-04-30 09:05:10 +05:30
Pratham Patel b9e26b9080
bashrc: source nix and hm files if nix is installed 2024-04-28 12:01:36 +05:30
Pratham Patel df22eec211
bashrc: source /etc/bashrc if it exists 2024-04-27 19:46:17 +05:30
Pratham Patel 16f7a30d1b
bashrc: export HM_CONFIG_PATH 2024-04-27 18:28:18 +05:30
Pratham Patel 1198272d52
bashrc: have a sudo alias on non-NixOS systems where Nix is installed 2024-04-18 16:44:43 +05:30
Pratham Patel 2a5cfa2ef4
bashrc: put a "border" around PS0 2024-04-16 09:56:31 +05:30
Pratham Patel 92c56f7bc1
bashrc: add alias to create an SSH key-pair 2024-04-16 09:06:53 +05:30
Pratham Patel 2b985530ec
bashrc: add alias alh for handling typos 2024-04-16 09:04:58 +05:30
Pratham Patel 2b6550e61a
bashrc: add alias for git-clean 2024-04-16 07:32:58 +05:30
Pratham Patel e762a93e39
bashrc: add alias "lha" 2024-04-11 13:55:44 +05:30
Pratham Patel 0657273747
bashrc: add alias for fdfind because ubuntu 2024-04-10 15:21:07 +05:30
Pratham Patel 33e1196d01
add alias "sudosync" to be the same as "syncsync" 2024-03-30 07:50:29 +05:30
Pratham Patel ee3aa6541c
bashrc: fix LANG detection on Debian 2024-03-27 13:13:37 +05:30
Pratham Patel 312c1da314
bashrc: aliases `e`, `vvim` and `vim` must be in order (the one specified) 2024-03-19 17:32:53 +05:30
Pratham Patel 6223a324f1
bashrc: make the message from $nixos_needsreboot more "in the face" 2024-03-19 17:01:45 +05:30
Pratham Patel 9aa74c53f1
bashrc: move call for $nixos_needsreboot into `PS0` to prevent setting `$?` to `0` 2024-03-19 16:59:27 +05:30
Pratham Patel 5f34a07801
bashrc: warn when a file cannot be sourced because it does not exist 2024-03-19 16:31:51 +05:30
Pratham Patel 4ac33098d6
bashrc: export $LANG for the stupid Debian UTF-8 problem 2024-03-19 16:31:30 +05:30
Pratham Patel f4c51df4a8
bashrc: minor shellcheck disable 2024-03-19 16:05:10 +05:30
Pratham Patel 28095354a4
bashrc: set the vim-related aliases and $EDITOR better 2024-03-19 16:03:09 +05:30
Pratham Patel ea475fa9e1
bashrc: introduce a reboot check in PS1 2024-03-10 06:39:30 +05:30
Pratham Patel 366bb5fc43
bashrc: add alises for el scripts and add script to install rpm binary deps 2024-02-26 21:28:40 +05:30
Pratham Patel 6b2aa44e21
bashrc: export EDITOR 2024-02-22 18:35:31 +05:30
Pratham Patel 2abc84caff
bashrc: add PYTHONPATH for `rust-gdb` 2024-02-22 18:32:53 +05:30
Pratham Patel a596aa4703
bashrc: better way to source files 2024-02-19 14:49:15 +05:30
Pratham Patel c7378d3cfc
fix "typo" 2024-02-19 14:38:45 +05:30
Pratham Patel 9928cb402b
improve hm-session-vars.sh sourcing and also source bash completion on macOS 2024-02-19 09:40:30 +05:30
Pratham Patel fee9d86e16
bashrc: add export variables for debian 2024-02-16 17:53:39 +05:30
Pratham Patel 8756a06b3a
add git blame alias 2024-02-16 17:52:16 +05:30
Pratham Patel 88898b171e
bashrc: since .gitignore everything, change "dotfiles add" alias to force add 2024-02-13 21:40:53 +05:30
Pratham Patel c0df4e3667
bashrc: create ~/.{cargo,local}/bin if they dont exist 2024-02-13 18:36:14 +05:30
Pratham Patel 66ac862a98
bashrc: forgot to add `source` before sourcing hm vars 2024-02-10 22:50:05 +05:30
Pratham Patel c8da353ded
bashrc: source home-manager session variables only on non-NixOS distros 2024-02-10 18:34:44 +05:30
Pratham Patel e0a0d480f7
bashrc: add /sbin to PATH if exists 2024-02-07 20:37:26 +05:30
Pratham Patel 2c0f553087
bashrc: "dynamically" connect to serial console with baud-rate and also the console itself 2024-01-27 19:08:10 +05:30
Pratham Patel 198aee37a2
add alias to chown the efi_vars.fd file with UTM installed via Nix 2024-01-26 16:22:00 +05:30
Pratham Patel 01d8ab7d28
add a function to scan for open ports 2024-01-26 15:34:24 +05:30
Pratham Patel c8da101b1e
bashrc: add git aliases to show diff without context 2024-01-13 19:18:24 +05:30
Pratham Patel 001f1f61c6
bashrc: add git aliases for dotfiles too 2024-01-12 18:45:50 +05:30
Pratham Patel c2dcbb87aa
bashrc: add conditional aliases for [n]vi[m], add alias "e" for the same 2024-01-12 18:35:37 +05:30
Pratham Patel 1962a7410c
bash: can't believe I didn't have git aliases 2024-01-12 18:28:16 +05:30
Pratham Patel d99559ca3a
bashrc: sudo: do not preserve PATH 2024-01-12 13:03:10 +05:30
Pratham Patel dd29708fd2
bashrc: group all ripgrep aliases together 2024-01-09 22:51:09 +05:30
Pratham Patel ef1f0bbcc4
bashrc: dirty trick for user alises and envs to be passed with sudo 2024-01-09 22:50:29 +05:30
Pratham Patel a967d06e89
bashrc: update HISTIGNORE 2024-01-09 17:18:18 +05:30
Pratham Patel ecb02c6491
bashrc: dead simple prompt 2024-01-08 17:05:12 +05:30
Pratham Patel e690586d65
bashrc: add a few shell options 2024-01-08 16:26:14 +05:30
Pratham Patel 677902b4f6
bash: simplify the fucking PS1, it is abysmally show 2024-01-08 15:54:34 +05:30
Pratham Patel e2ddd9f388
bashrc: add check for interactive shell 2024-01-08 11:13:51 +05:30