22 Commits

Author SHA1 Message Date
fc57d48814 Add touch function to create new empty text file 2024-12-13 22:09:44 +00:00
5ec851fe11 Replace default rm alias with rm function
Define rm to work more like Unix/Linux

* Support -r and -f flags also -rf or -fr
* Support specifying multiple paths to remove
2024-12-13 22:09:44 +00:00
d219cd1479 Replace default cd alias with cd function
Define cd to work more like Unix/Linux:

* No path argument changes to the users home directory
* Passing "-" for the path argument changes to the previous directory
2024-12-13 21:55:41 +00:00
75496f76cd Split profile.ps1 into separate files 2024-12-13 15:17:20 +00:00
f61e0768d2 Handle scoop completion gracefully 2024-11-07 14:31:34 +00:00
cb09d8bb11 Fix install.ps1 parans 2024-10-22 14:42:56 +01:00
5abb4c4268 Add layout command and two wide window layouts 2024-10-16 22:42:07 +01:00
e5a9f09709 Enable scoop completions when installed 2024-10-16 22:42:07 +01:00
b129a0e308 Disable italics in PSReadLine autosuggestions 2024-08-01 20:24:45 +01:00
426aba161e Define some CMake environment variables 2024-04-01 16:50:35 +01:00
df34f9ca74 Add comment about better vi-mode cursor change handling 2024-04-01 16:49:46 +01:00
44098ee021 Make username all lower case in PowerShell prompt 2024-03-01 20:22:24 +00:00
209010e90e Check before attempting to load things 2023-07-25 23:46:21 +01:00
b8976a84a8 Replace Cmder prompt with custom prompt 2023-07-14 22:40:23 +01:00
cc02ed0914 Add PSReadLine bindings for Fish style autosuggestions 2022-11-18 11:54:31 +00:00
0f07186aa1 Remove network workarounds
Since discovering that OpenHardwareMonitor data can be access via
the `Get-WmiObject` powershell command there is no longer any need to
read sensor data from a host port, thus removing the need to unblock
WSL2 VM from accessing the Windows host.
2022-10-01 12:47:23 +01:00
56367b82f5 Enable op (1password) completions 2022-09-09 22:56:14 +01:00
08b543f7fc Cleanup profile and enable tab completion menu 2022-07-03 11:09:18 +01:00
0a9f004dc9 Add command to let WSL2 access Hyper-V VM IPs
https://github.com/microsoft/WSL/issues/6433#issuecomment-762770527
2022-05-12 21:11:21 +01:00
d383acb3f3 Add ignore file 2022-04-29 21:28:32 +01:00
0b89942f9d Workaround C-{ not being escape with PSReadLine 2.1 2022-02-08 23:06:33 +00:00
132696d34e Add profile.ps1 file 2022-02-06 17:13:56 +00:00