You are not logged in.

#1 2009-09-14 18:11:49

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

[SOLVED] clear terminal history at logout

hi! how can i make my terminals history auto clear at logout? i use gnome terminal (if that info helps) and i dont have .bash_logout file at my home. thanks smile

Last edited by manolos (2009-09-18 10:25:46)

Offline

#2 2009-09-14 19:09:26

parintachin
Member
Registered: 2009-05-25
Posts: 72

Re: [SOLVED] clear terminal history at logout

why don't you try to make a .bash_logout and putting history -c in ?

Offline

#3 2009-09-14 19:17:07

nowahn
Member
From: elsewhere
Registered: 2008-12-05
Posts: 75

Re: [SOLVED] clear terminal history at logout

try to write this in your ~/.bashrc :

unset HISTFILE
man bash wrote:

If HISTFILE is unset, or if the history file is unwritable, the history is not saved.


take time to daydream, inspiration comes ...

Offline

#4 2009-09-14 19:25:26

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

Re: [SOLVED] clear terminal history at logout

thank you both! ill try to make the bash_logout file!

Offline

#5 2009-09-14 19:50:08

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

Re: [SOLVED] clear terminal history at logout

nowahn wrote:

try to write this in your ~/.bashrc :

unset HISTFILE
man bash wrote:

If HISTFILE is unset, or if the history file is unwritable, the history is not saved.

where i have to write "unset HISTFILE"? there is a code:

# Check for an interactive session
[ -z "$PS1" ] && return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

do i have to write it after all that code?

Offline

#6 2009-09-14 19:58:12

ugkbunb
Member
Registered: 2009-02-26
Posts: 227

Re: [SOLVED] clear terminal history at logout

^^
shouldn't matter where you insert it

Offline

#7 2009-09-14 19:59:49

manolos
Member
From: Athens, Greece
Registered: 2009-06-06
Posts: 117

Re: [SOLVED] clear terminal history at logout

ugkbunb wrote:

^^
shouldn't matter where you insert it

ok! thanks! big_smile its working

Offline

Board footer

Powered by FluxBB