ItsDrike
754bbcbbd6
Also add ppy and ipy aliases
...
- py alias should always preferably use ipython, however if it isn't
available, it does fall back to the pure python interpreter.
- This is useful for running scripts since we would prefer ipython error
output, but also for debugging, etc.
- However since py will use ipython, we didn't have any good way to get
back to pure python unless it's typed in it's full form, which is too
long. Because of this, this adds `ppy` alias, which always points to
the pure python interpreter, no matter if ipython is available or not.
- This also adds a more explicit `ipy` alias, to clearly mark that we
want ipython.
2021-12-18 03:19:59 +01:00
ItsDrike
6f613a1ea5
Fix python aliases
2021-12-18 03:10:16 +01:00
ItsDrike
c606650c7d
Add vimtutor alias for nvim
2021-12-18 03:02:39 +01:00
ItsDrike
ac4b447bb5
Add aliases to quickly configure nvim
2021-12-18 03:02:26 +01:00
ItsDrike
a0dfc5fd09
Add aliases for different python versions
2021-12-18 03:02:02 +01:00
ItsDrike
bb0d435321
Add a note about dangers of using ↵ symbol
2021-12-15 22:09:43 +01:00
ItsDrike
fd57706a2f
Minor fixes
2021-12-15 22:08:59 +01:00
ItsDrike
39a66f0e30
Hide errors if git status fails
2021-12-15 22:08:01 +01:00
ItsDrike
13c47143af
Add auth-log alias
2021-12-03 14:49:02 +01:00
ItsDrike
b267b97c45
Add more git aliases
2021-12-01 19:58:56 +01:00
ItsDrike
8b4be51ca0
Merge branch 'arch' of https://github.com/ItsDrike/dotfiles into arch
2021-11-14 20:59:22 +01:00
ItsDrike
9166b4c051
Update directory aliases
2021-11-14 20:58:43 +01:00
ItsDrike
6d85a4bc40
Fix cftodo alias
2021-11-14 20:57:43 +01:00
ItsDrike
82f60713d4
Add vim-like exist aliases
2021-11-14 20:54:54 +01:00
ItsDrike
2446789d25
Add support for terminal window swallowing
2021-11-14 20:54:15 +01:00
ItsDrike
4bc99d46b5
Fix ip-show alias
2021-10-22 13:19:20 +02:00
ItsDrike
e898743503
Add some further XDG env variables
2021-10-03 10:10:40 +02:00
ItsDrike
cfe07183ee
Follow XDG base dir specs for nerdtree bookmarks
2021-10-03 10:10:13 +02:00
ItsDrike
59ea70aef4
Show datetime on xsecurelock
2021-08-20 20:11:41 +02:00
ItsDrike
ee5e3a5fd1
Add cfxprofile aliase
2021-08-19 23:26:06 +02:00
ItsDrike
ef45a89ca4
Don't display hostname on lockscreen
2021-08-19 02:09:44 +02:00
ItsDrike
182a68612f
Don't blindly run editable github gist with bash
2021-08-16 17:31:26 +02:00
ItsDrike
669ec40e9d
Add vimwiki alias
2021-08-16 00:37:04 +02:00
ItsDrike
05e63ef139
Change ld alias to ldir (avoid conflicts)
2021-08-15 15:23:22 +02:00
ItsDrike
cf60ccb97e
Use lowercase A for $TERMINAL
2021-08-14 19:50:15 +02:00
ItsDrike
4f6e9f8127
Support milisecond precision
2021-08-13 14:04:20 +02:00
ItsDrike
ac8f461bc8
Move command runtime to left prompt
2021-08-13 12:31:39 +02:00
ItsDrike
77b4308c13
Add option to show command runtime
2021-08-13 12:31:10 +02:00
ItsDrike
1fadd7f1b2
Fix terminal env var typo
2021-07-24 18:26:21 +02:00
ItsDrike
a6ad237b7c
Remove cfvim alias, add gdc
2021-07-23 19:13:35 +02:00
ItsDrike
c55163d4ae
Alias j to z (from autojump)
2021-07-22 21:12:35 +02:00
ItsDrike
84c15ef496
Move PATH extension to profile
2021-07-22 00:16:41 +02:00
ItsDrike
36fc25b4ee
Add z.lua aliases
2021-07-20 23:20:18 +02:00
ItsDrike
54742fcd93
Add kernel aliases
2021-07-20 23:19:46 +02:00
ItsDrike
93bde27829
Remove pacman aliases
2021-07-20 23:19:17 +02:00
ItsDrike
8566d2cfc9
Use .zshenv to define env vars, not .zprofile
2021-07-20 23:18:50 +02:00
ItsDrike
1005ca8356
Update kybinds
2021-07-20 23:11:18 +02:00
ItsDrike
d448a66cef
Use ternary conditionals
2021-07-20 23:10:46 +02:00
ItsDrike
cd08fbd55d
Accept prepended zeroes for colors
2021-07-20 19:58:46 +02:00
ItsDrike
a3ed7ff347
Add PS1 anonymize function
2021-07-20 19:52:58 +02:00
ItsDrike
7c37651ee4
Add root account usage notice
2021-07-20 01:59:39 +02:00
ItsDrike
e74417219c
Add git merge alias
2021-07-20 01:36:23 +02:00
ItsDrike
39c21fffe3
Update aliases
2021-07-20 01:35:11 +02:00
ItsDrike
60b3da8d11
Fix SUDO_ASKPASS script path
2021-07-18 01:01:45 +02:00
ItsDrike
9414530758
Fix manpage colors with bat
2021-07-17 22:58:26 +02:00
ItsDrike
8edb36d42d
Fix SUDO_ASKPASS script path
2021-07-15 02:56:29 +02:00
ItsDrike
e126ce3bae
Update condition for startx
2021-07-14 19:33:11 +02:00
ItsDrike
6cd2d962ee
Define zootdir in profile and move .zshrc
2021-07-14 19:13:25 +02:00
ItsDrike
a385f09627
Start Xorg from profile in tty1
2021-07-14 19:12:51 +02:00
ItsDrike
a6161d402a
Define exports in profile, rename sh to shell
2021-07-14 19:11:50 +02:00