summaryrefslogtreecommitdiff
path: root/old/config/fish/functions/__parse_current_folder.fish
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-12-29 16:28:53 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-12-29 16:28:59 -0500
commitd2cd07b11f74f412c0b8666e7d88b591a36afeb5 (patch)
treed5c974d0d059ecd5a8dbdde2797d468c73f4ba9d /old/config/fish/functions/__parse_current_folder.fish
parent75124e467b683c9a2c24f19931685e985db52f64 (diff)
Delete old dotfiles
Diffstat (limited to 'old/config/fish/functions/__parse_current_folder.fish')
-rw-r--r--old/config/fish/functions/__parse_current_folder.fish3
1 files changed, 0 insertions, 3 deletions
diff --git a/old/config/fish/functions/__parse_current_folder.fish b/old/config/fish/functions/__parse_current_folder.fish
deleted file mode 100644
index 031b53e..0000000
--- a/old/config/fish/functions/__parse_current_folder.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function __parse_current_folder -d "Replace '$HOME' with '~'"
- pwd | sed "s|$HOME|~|"
-end