forked from muhaaliss/mydotfiles
history variable name changed
This commit is contained in:
parent
8290208870
commit
3684c781a3
1 changed files with 4 additions and 4 deletions
|
@ -19,11 +19,11 @@ alias fpi="flatpak install"
|
||||||
alias fpr="flatpak uninstall"
|
alias fpr="flatpak uninstall"
|
||||||
alias fpl="flatpak list"
|
alias fpl="flatpak list"
|
||||||
|
|
||||||
# History alias
|
# History
|
||||||
cl () {
|
cl () {
|
||||||
FILE=$HOME/.bash_history
|
HISFIL=$HOME/.bash_history
|
||||||
if [ -f "$FILE" ]; then
|
if [ -f "$HISFIL" ]; then
|
||||||
rm $FILE
|
rm $HISFIL
|
||||||
clear
|
clear
|
||||||
history -cw
|
history -cw
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue