We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef64b98 commit eadde38Copy full SHA for eadde38
.bashrc
@@ -0,0 +1,5 @@
1
+# a separate .bashrc for fpkg's shell ('fpkg goto'), change it
2
+# if you want :)
3
+
4
+export PS1="(fpkg) \W \$ "
5
+alias ls='ls -l'
CHANGELOG
@@ -7,6 +7,9 @@ April 28, 2024:
7
See the diff :)
8
- Added command 'remove': now fpkg is able to uninstall
9
packages too! Update your .ii's accordingly now!
10
+- Improved 'goto'
11
+ - fpkg will now use a new .bashrc for its shell. Add
12
+ the new .bashrc to $FPKGDIR!
13
- Added a TODO file
14
- So that I can write down stuff I could implement one
15
day
0 commit comments